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: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2f8ee82964a9bc6881a68b11fdbf79006989d295;p=postgresql.git Fix typo --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b1c56e7948a..ae9e9ec1058 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 ?>.