[DOCS] The Parser Stage: "plain ASCII text" ?

2013-05-24 Thread Ian Lawrence Barwick
"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

[DOCS] Contradicting information for DEFERRABLE constraints

2013-05-24 Thread Erwin Brandstetter
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