From: Bruce Momjian Date: Wed, 13 Feb 2008 22:46:55 +0000 (+0000) Subject: Correct XML markup typo, -> X-Git-Tag: REL8_4_BETA1~1999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fa15b9ed3ec32655a1505e3571acb24fcbeec8f;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..8b57b0ea78 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