Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58838a7

Browse files
committed
Document that pg_options_to_table() also works for
pg_attribute.attoptions.
1 parent86434af commit58838a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13386,7 +13386,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1338613386
<row>
1338713387
<entry><literal><function>pg_options_to_table(<parameter>reloptions</parameter>)</function></literal></entry>
1338813388
<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 ofstorageoption name/value pairs</></entry>
1339013390
</row>
1339113391
<row>
1339213392
<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);
1348413484
</para>
1348513485

1348613486
<para>
13487-
<function>pg_options_to_table</function> returns the set of option
13487+
<function>pg_options_to_table</function> returns the set ofstorageoption
1348813488
name/value pairs when passed
13489-
<structname>pg_class</>.<structfield>reloptions</>.
13489+
<structname>pg_class</>.<structfield>reloptions</> or
13490+
<structname>pg_attribute</>.<structfield>attoptions</>.
1349013491
</para>
1349113492

1349213493
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp