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

Commit721ea41

Browse files
committed
Fix markup for pg_options_to_table() to report the return column names,
per suggestion from Andrew.
1 parentbe6668d commit721ea41

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 storage option name/value pairs</></entry>
13389+
<entry>get the set of storage option name/value pairs</entry>
1339013390
</row>
1339113391
<row>
1339213392
<entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
@@ -13484,8 +13484,9 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1348413484
</para>
1348513485

1348613486
<para>
13487-
<function>pg_options_to_table</function> returns the set of storage option
13488-
name/value pairs when passed
13487+
<function>pg_options_to_table</function> returns the set of storage
13488+
option name/value pairs
13489+
(<literal>option_name</>/<literal>option_value</>) when passed
1348913490
<structname>pg_class</>.<structfield>reloptions</> or
1349013491
<structname>pg_attribute</>.<structfield>attoptions</>.
1349113492
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp