Small fixes
authorPeter Eisentraut <[email protected]>
Thu, 8 Nov 2007 13:13:28 +0000 (13:13 +0000)
committerPeter Eisentraut <[email protected]>
Thu, 8 Nov 2007 13:13:28 +0000 (13:13 +0000)
doc/src/sgml/func.sgml

index a640f52f5ea1bcd71ac1052d48d2c06f761a7388..861ff12e874e917da4798ca7a326be984f76d930 100644 (file)
@@ -7997,7 +7997,7 @@ SELECT xmlconcat('<abc/>', '<bar>foo</bar>');
     </para>
 
     <para>
-     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 '<?xml version="1.1"?><content>abc</content>'),
     Example:
 <screen><![CDATA[
 SELECT xpath('/my:a/text()', '<my:a xmlns:my="http://example.com">test</my:a>', ARRAY[ARRAY['my', 'http://example.com']]);
+
  xpath  
 --------
  {test}
@@ -8324,7 +8325,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t
    <para>
     <function>table_to_xml</function> maps the content of the named
     table, passed as parameter <parameter>tbl</parameter>.  The
-    <type>regclass</type> accepts strings identifying tables using the
+    <type>regclass</type> type accepts strings identifying tables using the
     usual notation, including optional schema qualifications and
     double quotes.  <function>query_to_xml</function> executes the
     query whose text is passed as parameter