aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-05-13 22:55:38 -0400
committerBruce Momjian <bruce@momjian.us>2019-05-13 22:55:38 -0400
commit0b62f0f2552d895301fdae56aa839c1eaae24a3a (patch)
tree20091f8912c2e8455af954af61a5a8873fb14f2d /doc/src
parentf4125278e3c92d8cdd83c77d0b54f468ee81c750 (diff)
downloadpostgresql-0b62f0f2552d895301fdae56aa839c1eaae24a3a.tar.gz
postgresql-0b62f0f2552d895301fdae56aa839c1eaae24a3a.zip
doc: Update OID item in PG 12 release notes
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20190513174759.GE23251@telsasoft.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-12.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index 4155bd68f82..ee06fc2ddb4 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -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>