File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -13243,6 +13243,10 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13243
13243
<primary>pg_get_viewdef</primary>
13244
13244
</indexterm>
13245
13245
13246
+ <indexterm>
13247
+ <primary>pg_options_to_table</primary>
13248
+ </indexterm>
13249
+
13246
13250
<indexterm>
13247
13251
<primary>pg_tablespace_databases</primary>
13248
13252
</indexterm>
@@ -13379,6 +13383,11 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13379
13383
<entry><type>text</type></entry>
13380
13384
<entry>get underlying <command>SELECT</command> command for view</entry>
13381
13385
</row>
13386
+ <row>
13387
+ <entry><literal><function>pg_options_to_table(<parameter>reloptions</parameter>)</function></literal></entry>
13388
+ <entry><type>name, option</type></entry>
13389
+ <entry>get the set of option name/value pairs from <structname>pg_class</>.<structfield>reloptions</></entry>
13390
+ </row>
13382
13391
<row>
13383
13392
<entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
13384
13393
<entry><type>setof oid</type></entry>
@@ -13474,6 +13483,12 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13474
13483
its OID.
13475
13484
</para>
13476
13485
13486
+ <para>
13487
+ <function>pg_options_to_table</function> returns the set of option
13488
+ name/value pairs when passed
13489
+ <structname>pg_class</>.<structfield>reloptions</>.
13490
+ </para>
13491
+
13477
13492
<para>
13478
13493
<function>pg_tablespace_databases</function> allows a tablespace to be
13479
13494
examined. It returns the set of OIDs of databases that have objects stored
You can’t perform that action at this time.
0 commit comments