From 0fa15b9ed3ec32655a1505e3571acb24fcbeec8f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 13 Feb 2008 22:46:55 +0000 Subject: [PATCH] Correct XML markup typo, -> XMLPARSE (DOCUMENT 'Manual...') Backpatch to 8.3.X. --- doc/src/sgml/datatype.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0