Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitabab776

Browse files
committed
Somebody forgot to add this ERRCODE everywhere it should go ...
1 parent1272ac8 commitabab776

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)

[8]ページ先頭

©2009-2025 Movatter.jp