diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 993c8fe380..24b1931cae 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -7997,7 +7997,7 @@ SELECT xmlconcat('', 'foo'); - XML declarations, if present are combined as follows. If all + XML declarations, if present, are combined as follows. If all argument values have the same XML version declaration, that version is used in the result, else no version is used. If all argument values have the standalone declaration value @@ -8295,6 +8295,7 @@ SELECT xmlroot(xmlparse(document 'abc'), Example: test', ARRAY[ARRAY['my', 'http://example.com']]); + xpath -------- {test} @@ -8324,7 +8325,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t table_to_xml maps the content of the named table, passed as parameter tbl. The - regclass accepts strings identifying tables using the + regclass type accepts strings identifying tables using the usual notation, including optional schema qualifications and double quotes. query_to_xml executes the query whose text is passed as parameter