"The parser has to check the query string (which arrives as plain
ASCII text) for valid syntax."
http://www.postgresql.org/docs/current/interactive/parser-stage.html#AEN87498
Surely this would be "plain text", not "plain ASCII text"?
Ian Barwick
--
Sent via pgsql-docs mailing list (pgsql-docs
Hi!
The manual states here:
http://www.postgresql.org/docs/current/static/sql-createtable.html
DEFERRABLE
NOT DEFERRABLE
This controls whether the constraint can be deferred. A constraint that is
not deferrable will be checked immediately *after every command*.
Checking of constraints