]> granicus.if.org Git - postgresql/commitdiff
docs: remove pg_roles mention of the oid column being displayed
authorBruce Momjian <bruce@momjian.us>
Wed, 10 Jul 2019 18:24:36 +0000 (14:24 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 10 Jul 2019 18:24:36 +0000 (14:24 -0400)
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

index 3428a7c0fa78e588fcf36d03983075ebd450346a..68ad5071cab2831dc81e35c322ce2ee5a840e1db 100644 (file)
@@ -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>