diff options
author | Tom Lane | 2009-05-03 21:10:27 +0000 |
---|---|---|
committer | Tom Lane | 2009-05-03 21:10:27 +0000 |
commit | 5fbf6fbc36e9988e1e3e98273843f26fd9d6d4bb (patch) | |
tree | b73a4decb50fbc41abd59ae5c8a20c6aba8db57c | |
parent | ba3cbb6baced5a1c5f9c93f771bb74501ca470e0 (diff) |
Fix mis-description of XML Schema functions, per discussion.
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8ef3e9905d..83ae386c7b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -8596,8 +8596,8 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, </para> <para> - 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: <synopsis> table_to_xmlschema(tbl regclass, nulls boolean, tableforest boolean, targetns text) query_to_xmlschema(query text, nulls boolean, tableforest boolean, targetns text) |