From 909a7b6b8ecd6bf87bb44cb014ed593e9789af11 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 3428a7c0fa..68ad5071ca 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