From: Peter Eisentraut Date: Wed, 14 Feb 2007 18:46:08 +0000 (+0000) Subject: Fix typo X-Git-Tag: REL8_3_BETA1~1220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f8ee82964a9bc6881a68b11fdbf79006989d295;p=postgresql Fix typo --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b1c56e7948..ae9e9ec105 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -11037,7 +11037,7 @@ SELECT xmlforest(table_name, column_name) FROM information_schema.columns WHERE The xmlpi expression creates an XML processing instruction. The content, if present, must not - contain the character sequence ?<. + contain the character sequence ?>.