1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Somebody forgot to add this ERRCODE everywhere it should go ...

This commit is contained in:
Tom Lane
2008-01-15 01:36:53 +00:00
parent 1272ac82b6
commit abab776b3c
2 changed files with 12 additions and 2 deletions

View File

@ -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>
@ -541,6 +541,12 @@
<entry>untranslatable_character</entry>
</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>