]> granicus.if.org Git - postgresql/commitdiff
doc: Update OID item in PG 12 release notes
authorBruce Momjian <bruce@momjian.us>
Tue, 14 May 2019 02:55:38 +0000 (22:55 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 14 May 2019 02:55:38 +0000 (22:55 -0400)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20190513174759.GE23251@telsasoft.com

doc/src/sgml/release-12.sgml

index 4155bd68f82a73a4ada5627338e1648452e85911..ee06fc2ddb431738a4e006b71f39ad5a5900aed8 100644 (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>