Skip to content

Commit abab776

Browse files
committed
Somebody forgot to add this ERRCODE everywhere it should go ...
1 parent 1272ac8 commit abab776

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/src/sgml/errcodes.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -541,6 +541,12 @@
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>

src/pl/plpgsql/src/plerrcodes.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
*/
@@ -243,6 +243,10 @@
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
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy