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

Commitf754e76

Browse files
committed
Doc: remove pg_prepared_statements.result_types from v15 docs.
This column is new in v16, but it was listed in the v15 docs toovia a back-patching fumble.Per report from Peter Gigowski; diagnosis by Julien Rouhaud.Discussion:https://postgr.es/m/CAM7cJ6XY_PAmx0kGn6U307EKZ+qXDFEBH27WP87-_ygetnBuxQ@mail.gmail.com
1 parent0086ee3 commitf754e76

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

‎doc/src/sgml/system-views.sgml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,20 +1929,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
19291929
</para></entry>
19301930
</row>
19311931

1932-
<row>
1933-
<entry role="catalog_table_entry"><para role="column_definition">
1934-
<structfield>result_types</structfield> <type>regtype[]</type>
1935-
</para>
1936-
<para>
1937-
The types of the columns returned by the prepared statement in the
1938-
form of an array of <type>regtype</type>. The OID corresponding
1939-
to an element of this array can be obtained by casting the
1940-
<type>regtype</type> value to <type>oid</type>.
1941-
If the prepared statement does not provide a result (e.g., a DML
1942-
statement), then this field will be null.
1943-
</para></entry>
1944-
</row>
1945-
19461932
<row>
19471933
<entry role="catalog_table_entry"><para role="column_definition">
19481934
<structfield>from_sql</structfield> <type>bool</type>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp