Skip to content

Commit c957c0b

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 hope of reverse-listing correctly (though it's still a de-escaping function shy of correctness), generally try to make it look more like Postgres coding conventions.
1 parent 6497461 commit c957c0b

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 for SQL/XML support.
912+
Build with libxml (enables SQL/XML support).
913913
</para>
914914
</listitem>
915915
</varlistentry>

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