From: Bruce Momjian Date: Sun, 27 Feb 2011 08:50:12 +0000 (-0500) Subject: Fix markup for pg_options_to_table() to report the return column names, X-Git-Tag: REL9_1_ALPHA4~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=721ea41f1413bee70839c957a08eca62799e274f;p=postgresql Fix markup for pg_options_to_table() to report the return column names, per suggestion from Andrew. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9c8e19f9af..679f856b9c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 + 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.