1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc: Update OID item in PG 12 release notes

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20190513174759.GE23251@telsasoft.com
This commit is contained in:
Bruce Momjian
2019-05-13 22:55:38 -04:00
parent f4125278e3
commit 0b62f0f255

View File

@ -64,8 +64,8 @@ Previously, a normally-invisible <type>OID</type> column could be specified duri
creation using <literal>WITH OIDS</literal>; that ability has been removed. Columns can
still be explicitly specified as type <type>OID</type>. Operations on tables that
have columns named <type>OID</type> (created using <literal>WITH OIDS</literal>) will need adjustment.
The many system tables with such columns will now display those columns
with <command>SELECT *</command> by default.
<command>SELECT *</command> will now output those columns for the many system tables which
have them. Previously, the columns had to be selected explicitly.
</para>
</listitem>