From c52963ac5feb0c82a71c4d6617d1ee79fca3840e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 3 May 2009 21:10:27 +0000 Subject: [PATCH] Fix mis-description of XML Schema functions, per discussion. --- doc/src/sgml/func.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)