|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.410 2007/11/05 17:40:21 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.411 2007/11/08 13:13:28 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -7997,7 +7997,7 @@ SELECT xmlconcat('<abc/>', '<bar>foo</bar>');
|
7997 | 7997 | </para>
|
7998 | 7998 |
|
7999 | 7999 | <para>
|
8000 |
| - XML declarations, if present are combined as follows. If all |
| 8000 | + XML declarations, if present, are combined as follows. If all |
8001 | 8001 | argument values have the same XML version declaration, that
|
8002 | 8002 | version is used in the result, else no version is used. If all
|
8003 | 8003 | argument values have the standalone declaration value
|
@@ -8295,6 +8295,7 @@ SELECT xmlroot(xmlparse(document '<?xml version="1.1"?><content>abc</content>'),
|
8295 | 8295 | Example:
|
8296 | 8296 | <screen><![CDATA[
|
8297 | 8297 | SELECT xpath('/my:a/text()', '<my:a xmlns:my="http://example.com">test</my:a>', ARRAY[ARRAY['my', 'http://example.com']]);
|
| 8298 | + |
8298 | 8299 | xpath
|
8299 | 8300 | --------
|
8300 | 8301 | {test}
|
@@ -8324,7 +8325,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t
|
8324 | 8325 | <para>
|
8325 | 8326 | <function>table_to_xml</function> maps the content of the named
|
8326 | 8327 | table, passed as parameter <parameter>tbl</parameter>. The
|
8327 |
| - <type>regclass</type> accepts strings identifying tables using the |
| 8328 | + <type>regclass</type> type accepts strings identifying tables using the |
8328 | 8329 | usual notation, including optional schema qualifications and
|
8329 | 8330 | double quotes. <function>query_to_xml</function> executes the
|
8330 | 8331 | query whose text is passed as parameter
|
|
0 commit comments