diff options
author | Tom Lane | 2005-06-26 19:16:07 +0000 |
---|---|---|
committer | Tom Lane | 2005-06-26 19:16:07 +0000 |
commit | d395aecffad7cc6bd043e2d81a1bed5b3fe2f5fa (patch) | |
tree | 5ba25b1c13944344adb6972515823d7c47c055cf /doc/src/sgml/errcodes.sgml | |
parent | 3cbd6bc308cfeb8c2b5e42707f0ffcb7def64c15 (diff) |
Code review for escape-strings patch. Sync psql and plpgsql lexers
with main, avoid using a SQL-defined SQLSTATE for what is most definitely
not a SQL-compatible error condition, fix documentation omissions,
adhere to message style guidelines, don't use two GUC_REPORT variables
when one is sufficient. Nothing done about pg_dump issues.
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index ad556d01516..71b4a8cd406 100644 --- a/doc/src/sgml/errcodes.sgml +++ b/doc/src/sgml/errcodes.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.12 2005/01/06 01:49:24 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.13 2005/06/26 19:16:04 tgl Exp $ --> <appendix id="errcodes-appendix"> <title><productname>PostgreSQL</productname> Error Codes</title> @@ -371,6 +371,11 @@ </row> <row> +<entry><literal>22P06</literal></entry> +<entry>NONSTANDARD USE OF ESCAPE CHARACTER</entry> +</row> + +<row> <entry><literal>22010</literal></entry> <entry>INVALID INDICATOR PARAMETER VALUE</entry> </row> |