Fix markup for pg_options_to_table() to report the return column names,
authorBruce Momjian
Sun, 27 Feb 2011 08:50:12 +0000 (03:50 -0500)
committerBruce Momjian
Sun, 27 Feb 2011 08:50:12 +0000 (03:50 -0500)
per suggestion from Andrew.

doc/src/sgml/func.sgml

index 9c8e19f9afc125ad541defb0a41f950b3b178531..679f856b9ceb1393b22440d09949aedfe116d61b 100644 (file)
@@ -13386,7 +13386,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
       
        pg_options_to_table(reloptions)
        setof record
-       get the set of storage option name/value pairs>entry>
+       get the set of storage option name/value pairs
       
       
        pg_tablespace_databases(tablespace_oid)
@@ -13484,8 +13484,9 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
   
 
   
-   pg_options_to_table returns the set of storage option
-   name/value pairs when passed
+   pg_options_to_table returns the set of storage
+   option name/value pairs
+   (option_name/option_value) when passed
    pg_class.reloptions or
    pg_attribute.attoptions.