From: Tom Lane Date: Sun, 13 Nov 2022 15:42:03 +0000 (-0500) Subject: Doc: remove pg_prepared_statements.result_types from v15 docs. X-Git-Tag: REL_15_2~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f754e7600a9284b6de8eb78b6b64aa9b46dc80db;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml index 1e7289f51e8..44733f59738 100644 --- a/doc/src/sgml/system-views.sgml +++ b/doc/src/sgml/system-views.sgml @@ -1929,20 +1929,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx - - - result_types regtype[] - - - The types of the columns returned by the prepared statement in the - form of an array of regtype. The OID corresponding - to an element of this array can be obtained by casting the - regtype value to oid. - If the prepared statement does not provide a result (e.g., a DML - statement), then this field will be null. - - - from_sql bool