From: Bruce Momjian Date: Wed, 13 Feb 2008 22:47:09 +0000 (+0000) Subject: Correct XML markup typo, -> X-Git-Tag: REL8_3_1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca65da88d5be79463d34185502d61dba50238331;p=postgresql Correct XML markup typo, -> XMLPARSE (DOCUMENT 'Manual...') Backpatch to 8.3.X. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 757a587d7b..218ac7ac1a 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -3544,7 +3544,7 @@ XMLPARSE ( { DOCUMENT | CONTENT } value) Examples: Manual...') +XMLPARSE (DOCUMENT 'Manual...') XMLPARSE (CONTENT 'abcbarfoo') ]]> While this is the only way to convert character strings into XML