diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml index 1e7289f51e..44733f5973 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