From 58838a7a52a913c66084158f98f1f62349ee6335 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 26 Feb 2011 12:47:29 -0500 Subject: [PATCH] Document that pg_options_to_table() also works for pg_attribute.attoptions. --- doc/src/sgml/func.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2f4c3dcc70..9c8e19f9af 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 option name/value pairs from pg_class.reloptions + get the set of storage option name/value pairs pg_tablespace_databases(tablespace_oid) @@ -13484,9 +13484,10 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); - pg_options_to_table returns the set of option + pg_options_to_table returns the set of storage option name/value pairs when passed - pg_class.reloptions. + pg_class.reloptions or + pg_attribute.attoptions. -- 2.11.0