From: Bruce Momjian Date: Sat, 26 Feb 2011 06:55:26 +0000 (-0500) Subject: Document pg_options_to_table() (not previously documented) X-Git-Tag: REL9_1_ALPHA4~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=772dcfe7c0b3c678c8aef11de2bf8a52150a56f1;p=postgresql Document pg_options_to_table() (not previously documented) --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c363949b7c..edb77953cd 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -13243,6 +13243,10 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); pg_get_viewdef + + pg_options_to_table + + pg_tablespace_databases @@ -13379,6 +13383,11 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); text get underlying SELECT command for view + + pg_options_to_table(reloptions) + name, option + get the set of option name/value pairs from pg_class.reloptions + pg_tablespace_databases(tablespace_oid) setof oid @@ -13474,6 +13483,12 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); its OID. + + pg_options_to_table returns the set of option + name/value pairs when passed + pg_class.reloptions. + + pg_tablespace_databases allows a tablespace to be examined. It returns the set of OIDs of databases that have objects stored