pgsql: docs: remove pg_roles mention of the oid column being displayed

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: remove pg_roles mention of the oid column being displayed
Date: 2019-07-10 18:24:40
Message-ID: E1hlHGi-0001Ps-Em@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ff597b656febe152b1650fc5619e57fbd1364c2c

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-10 18:32:50 pgsql: Reduce memory consumption for multi-statement query strings.
Previous Message Alvaro Herrera 2019-07-10 13:15:33 pgsql: Mention limitation of unique in partitioned tables