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

Commit d624f94

Browse files
committed
Small fixes
1 parent 79cff6b commit d624f94

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/func.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -7997,7 +7997,7 @@ SELECT xmlconcat('<abc/>', '<bar>foo</bar>');
79977997
</para>
79987998

79997999
<para>
8000-
XML declarations, if present are combined as follows. If all
8000+
XML declarations, if present, are combined as follows. If all
80018001
argument values have the same XML version declaration, that
80028002
version is used in the result, else no version is used. If all
80038003
argument values have the standalone declaration value
@@ -8295,6 +8295,7 @@ SELECT xmlroot(xmlparse(document '<?xml version="1.1"?><content>abc</content>'),
82958295
Example:
82968296
<screen><![CDATA[
82978297
SELECT xpath('/my:a/text()', '<my:a xmlns:my="http://example.com">test</my:a>', ARRAY[ARRAY['my', 'http://example.com']]);
8298+
82988299
xpath
82998300
--------
83008301
{test}
@@ -8324,7 +8325,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t
83248325
<para>
83258326
<function>table_to_xml</function> maps the content of the named
83268327
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
83288329
usual notation, including optional schema qualifications and
83298330
double quotes. <function>query_to_xml</function> executes the
83308331
query whose text is passed as parameter

0 commit comments

Comments
 (0)