mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Doc: remove pg_prepared_statements.result_types from v15 docs.
This column is new in v16, but it was listed in the v15 docs too via 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
This commit is contained in:
parent
0086ee356f
commit
f754e7600a
@ -1929,20 +1929,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
|
|||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
|
||||||
<entry role="catalog_table_entry"><para role="column_definition">
|
|
||||||
<structfield>result_types</structfield> <type>regtype[]</type>
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
The types of the columns returned by the prepared statement in the
|
|
||||||
form of an array of <type>regtype</type>. The OID corresponding
|
|
||||||
to an element of this array can be obtained by casting the
|
|
||||||
<type>regtype</type> value to <type>oid</type>.
|
|
||||||
If the prepared statement does not provide a result (e.g., a DML
|
|
||||||
statement), then this field will be null.
|
|
||||||
</para></entry>
|
|
||||||
</row>
|
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry role="catalog_table_entry"><para role="column_definition">
|
<entry role="catalog_table_entry"><para role="column_definition">
|
||||||
<structfield>from_sql</structfield> <type>bool</type>
|
<structfield>from_sql</structfield> <type>bool</type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user