diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-07-10 14:24:36 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-07-10 14:24:36 -0400 |
commit | 909a7b6b8ecd6bf87bb44cb014ed593e9789af11 (patch) | |
tree | c7595bf06a4bb84231d1a3975a5ee47f60547111 | |
parent | ec4eaab78b078b9326296236f184773590a92ca3 (diff) | |
download | postgresql-909a7b6b8ecd6bf87bb44cb014ed593e9789af11.tar.gz postgresql-909a7b6b8ecd6bf87bb44cb014ed593e9789af11.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.sgml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 3428a7c0fa7..68ad5071cab 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> |