Commit c52963ac authored by Tom Lane's avatar Tom Lane

Fix mis-description of XML Schema functions, per discussion.

parent 71907f7d
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.477 2009/04/27 16:27:35 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.478 2009/05/03 21:10:27 tgl Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -8596,8 +8596,8 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, ...@@ -8596,8 +8596,8 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean,
</para> </para>
<para> <para>
The following functions return XML Schema documents similar to the The following functions return XML Schema documents describing the
mappings produced by the corresponding functions above: mappings performed by the corresponding functions above:
<synopsis> <synopsis>
table_to_xmlschema(tbl regclass, nulls boolean, tableforest boolean, targetns text) table_to_xmlschema(tbl regclass, nulls boolean, tableforest boolean, targetns text)
query_to_xmlschema(query text, nulls boolean, tableforest boolean, targetns text) query_to_xmlschema(query text, nulls boolean, tableforest boolean, targetns text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment