aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-07-10 14:24:36 -0400
committerBruce Momjian <bruce@momjian.us>2019-07-10 14:24:36 -0400
commitff597b656febe152b1650fc5619e57fbd1364c2c (patch)
treeeec2e21fe4e3d26f23cffb25df1bbcd1110280aa
parent220857a87508fdac3fd4caf5f344a8fe9e70702d (diff)
downloadpostgresql-ff597b656febe152b1650fc5619e57fbd1364c2c.tar.gz
postgresql-ff597b656febe152b1650fc5619e57fbd1364c2c.zip
docs: remove pg_roles mention of the oid column being displayed
It is now always displayed in PG 12+. Discussion: https://postgr.es/m/b6ec6167-5dd5-6347-ac1d-1fd49382019f@2ndquadrant.com Author: Ian Barwick Backpatch-through: 12
-rw-r--r--doc/src/sgml/catalogs.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 09690b6c76b..0e308e5f2c1 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -9995,11 +9995,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
that blanks out the password field.
</para>
- <para>
- This view explicitly exposes the OID column of the underlying table,
- since that is needed to do joins to other catalogs.
- </para>
-
<table>
<title><structname>pg_roles</structname> Columns</title>