From ff597b656febe152b1650fc5619e57fbd1364c2c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 10 Jul 2019 14:24:36 -0400 Subject: [PATCH] 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 --- doc/src/sgml/catalogs.sgml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 09690b6c76..0e308e5f2c 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. - - This view explicitly exposes the OID column of the underlying table, - since that is needed to do joins to other catalogs. - - <structname>pg_roles</structname> Columns