diff options
author | Tom Lane | 2008-01-15 01:36:53 +0000 |
---|---|---|
committer | Tom Lane | 2008-01-15 01:36:53 +0000 |
commit | abab776b3c64f7dace82e8d0f3389851b8857798 (patch) | |
tree | 5286f517631cefd8ddf1040997b34bde3aa4347b /doc/src/sgml/errcodes.sgml | |
parent | 1272ac82b67ad1b92f4a807576c65d8661fbb6ce (diff) |
Somebody forgot to add this ERRCODE everywhere it should go ...
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index 7c33f11e17a..a3f56a86b14 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.22 2007/01/31 20:56:17 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.23 2008/01/15 01:36:53 tgl Exp $ --> <appendix id="errcodes-appendix"> <title><productname>PostgreSQL</productname> Error Codes</title> @@ -542,6 +542,12 @@ </row> <row> +<entry><literal>2200L</literal></entry> +<entry>NOT AN XML DOCUMENT</entry> +<entry>not_an_xml_document</entry> +</row> + +<row> <entry><literal>2200M</literal></entry> <entry>INVALID XML DOCUMENT</entry> <entry>invalid_xml_document</entry> |