Commit 0b62f0f2 authored by Bruce Momjian's avatar Bruce Momjian

doc: Update OID item in PG 12 release notes

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20190513174759.GE23251@telsasoft.com
parent f4125278
...@@ -64,8 +64,8 @@ Previously, a normally-invisible <type>OID</type> column could be specified duri ...@@ -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 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 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. 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 <command>SELECT *</command> will now output those columns for the many system tables which
with <command>SELECT *</command> by default. have them. Previously, the columns had to be selected explicitly.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment