File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.22 2007 /01/31 20:56:17 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.23 2008 /01/15 01:36:53 tgl Exp $ -->
22
33<appendix id="errcodes-appendix">
44 <title><productname>PostgreSQL</productname> Error Codes</title>
541541<entry>untranslatable_character</entry>
542542</row>
543543
544+ <row>
545+ <entry><literal>2200L</literal></entry>
546+ <entry>NOT AN XML DOCUMENT</entry>
547+ <entry>not_an_xml_document</entry>
548+ </row>
549+
544550<row>
545551<entry><literal>2200M</literal></entry>
546552<entry>INVALID XML DOCUMENT</entry>
Original file line number Diff line number Diff line change 99 *
1010 * Copyright (c) 2003-2008, PostgreSQL Global Development Group
1111 *
12- * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.12 2008/01/01 19:46:00 momjian Exp $
12+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.13 2008/01/15 01:36:53 tgl Exp $
1313 *
1414 *-------------------------------------------------------------------------
1515 */
243243 "untranslatable_character" , ERRCODE_UNTRANSLATABLE_CHARACTER
244244},
245245
246+ {
247+ "not_an_xml_document" , ERRCODE_NOT_AN_XML_DOCUMENT
248+ },
249+
246250{
247251 "invalid_xml_document" , ERRCODE_INVALID_XML_DOCUMENT
248252},
You can’t perform that action at this time.
0 commit comments