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

Commitc957c0b

Browse files
committed
Code review for XML patch. Instill a bit of sanity in the location of
the XmlExpr code in various lists, use a representation that has some hopeof reverse-listing correctly (though it's still a de-escaping functionshy of correctness), generally try to make it look more like Postgrescoding conventions.
1 parent6497461 commitc957c0b

File tree

27 files changed

+881
-684
lines changed

27 files changed

+881
-684
lines changed

‎doc/src/sgml/errcodes.sgml

Lines changed: 24 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.20 2006/06/16 23:29:26 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.21 2006/12/24 00:29:17 tgl Exp $ -->
22

33
<appendix id="errcodes-appendix">
44
<title><productname>PostgreSQL</productname> Error Codes</title>
@@ -541,6 +541,29 @@
541541
<entry>untranslatable_character</entry>
542542
</row>
543543

544+
<row>
545+
<entry><literal>2200M</literal></entry>
546+
<entry>INVALID XML DOCUMENT</entry>
547+
<entry>invalid_xml_document</entry>
548+
</row>
549+
550+
<row>
551+
<entry><literal>2200N</literal></entry>
552+
<entry>INVALID XML CONTENT</entry>
553+
<entry>invalid_xml_content</entry>
554+
</row>
555+
556+
<row>
557+
<entry><literal>2200S</literal></entry>
558+
<entry>INVALID XML COMMENT</entry>
559+
<entry>invalid_xml_comment</entry>
560+
</row>
561+
562+
<row>
563+
<entry><literal>2200T</literal></entry>
564+
<entry>INVALID XML PROCESSING INSTRUCTION</entry>
565+
<entry>invalid_xml_processing_instruction</entry>
566+
</row>
544567

545568
<row>
546569
<entry spanname="span13"><emphasis role="bold">Class 23 &mdash; Integrity Constraint Violation</></entry>

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.269 2006/12/21 16:05:13 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.270 2006/12/24 00:29:17 tgl Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -909,7 +909,7 @@ su - postgres
909909
<term><option>--with-libxml</option></term>
910910
<listitem>
911911
<para>
912-
Build with libxml, required forSQL/XML support.
912+
Build with libxml (enablesSQL/XML support).
913913
</para>
914914
</listitem>
915915
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp