]> granicus.if.org Git - postgresql/commitdiff
Fix mis-description of XML Schema functions, per discussion.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 May 2009 21:10:27 +0000 (21:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 May 2009 21:10:27 +0000 (21:10 +0000)
doc/src/sgml/func.sgml

index b314de32127fd65b5e169748337498547e1d15ea..b9d2069b648500aa641af6d22825f0bcaba3b228 100644 (file)
@@ -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)