|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions"> |
4 | 4 | <title>Functions and Operators</title> |
@@ -8596,8 +8596,8 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, |
8596 | 8596 | </para> |
8597 | 8597 |
|
8598 | 8598 | <para> |
8599 | | - The following functions return XML Schema documentssimilar to the |
8600 | | - mappingsproduced by the corresponding functions above: |
| 8599 | + The following functions return XML Schema documentsdescribing the |
| 8600 | + mappingsperformed by the corresponding functions above: |
8601 | 8601 | <synopsis> |
8602 | 8602 | table_to_xmlschema(tbl regclass, nulls boolean, tableforest boolean, targetns text) |
8603 | 8603 | query_to_xmlschema(query text, nulls boolean, tableforest boolean, targetns text) |
|