File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13386,7 +13386,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13386
13386
<row>
13387
13387
<entry><literal><function>pg_options_to_table(<parameter>reloptions</parameter>)</function></literal></entry>
13388
13388
<entry><type>setof record</type></entry>
13389
- <entry>get the set of option name/value pairs from <structname>pg_class</>.<structfield>reloptions </></entry>
13389
+ <entry>get the set of storage option name/value pairs</></entry>
13390
13390
</row>
13391
13391
<row>
13392
13392
<entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
@@ -13484,9 +13484,10 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13484
13484
</para>
13485
13485
13486
13486
<para>
13487
- <function>pg_options_to_table</function> returns the set of option
13487
+ <function>pg_options_to_table</function> returns the set of storage option
13488
13488
name/value pairs when passed
13489
- <structname>pg_class</>.<structfield>reloptions</>.
13489
+ <structname>pg_class</>.<structfield>reloptions</> or
13490
+ <structname>pg_attribute</>.<structfield>attoptions</>.
13490
13491
</para>
13491
13492
13492
13493
<para>
You can’t perform that action at this time.
0 commit comments