diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-05-03 21:10:27 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-05-03 21:10:27 +0000 |
commit | c52963ac5feb0c82a71c4d6617d1ee79fca3840e (patch) | |
tree | 43bdf4f0a9e38df7aa33f9f10f266c70b19d6239 | |
parent | 71907f7de5aa809dc7f7d3205c91decb3489bc08 (diff) | |
download | postgresql-c52963ac5feb0c82a71c4d6617d1ee79fca3840e.tar.gz postgresql-c52963ac5feb0c82a71c4d6617d1ee79fca3840e.zip |
Fix mis-description of XML Schema functions, per discussion.
-rw-r--r-- | doc/src/sgml/func.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b314de32127..b9d2069b648 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ -<!-- $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"> <title>Functions and Operators</title> @@ -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) |