Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c52963a

Browse files
committed
Fix mis-description of XML Schema functions, per discussion.
1 parent 71907f7 commit c52963a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.477 2009/04/27 16:27:35 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.478 2009/05/03 21:10:27 tgl Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -8596,8 +8596,8 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean,
85968596
</para>
85978597

85988598
<para>
8599-
The following functions return XML Schema documents similar to the
8600-
mappings produced by the corresponding functions above:
8599+
The following functions return XML Schema documents describing the
8600+
mappings performed by the corresponding functions above:
86018601
<synopsis>
86028602
table_to_xmlschema(tbl regclass, nulls boolean, tableforest boolean, targetns text)
86038603
query_to_xmlschema(query text, nulls boolean, tableforest boolean, targetns text)

0 commit comments

Comments
 (0)