aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/system-views.sgml14
1 files changed, 0 insertions, 14 deletions
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
@@ -1931,20 +1931,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<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>
- <entry role="catalog_table_entry"><para role="column_definition">
<structfield>from_sql</structfield> <type>bool</type>
</para>
<para>