From: Tom Lane Date: Sun, 3 May 2009 21:10:27 +0000 (+0000) Subject: Fix mis-description of XML Schema functions, per discussion. X-Git-Tag: REL8_4_BETA2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52963ac5feb0c82a71c4d6617d1ee79fca3840e;p=postgresql Fix mis-description of XML Schema functions, per discussion. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b314de3212..b9d2069b64 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -8596,8 +8596,8 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, - The following functions return XML Schema documents similar to the - mappings produced by the corresponding functions above: + The following functions return XML Schema documents describing the + mappings performed by the corresponding functions above: table_to_xmlschema(tbl regclass, nulls boolean, tableforest boolean, targetns text) query_to_xmlschema(query text, nulls boolean, tableforest boolean, targetns text)