aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-05-10 20:25:52 -0400
committerBruce Momjian <bruce@momjian.us>2019-05-10 20:25:52 -0400
commitb299efaea433a7d2c04ce124e4f6588807bbe87a (patch)
treef773209c92bebcacfa7fdb06fa7eaf8e739f8863
parent5997a8f4d7478ae6bac4dab12ca1f883e41a7aa1 (diff)
downloadpostgresql-b299efaea433a7d2c04ce124e4f6588807bbe87a.tar.gz
postgresql-b299efaea433a7d2c04ce124e4f6588807bbe87a.zip
doc: PG 12 release note adjustment
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20190510013449.GL3925@telsasoft.com
-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 26e842fb782..91f914ecceb 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -634,7 +634,7 @@ Have new btree indexes sort duplicate index entries in heap-storage order (Peter
</para>
<para>
-Btree indexes <application>pg_upgraded</application> from previous releases will not have this ordering. This slightly reduces the maximum length of indexed values.
+This slightly reduces the maximum-allowed length of indexed values. Indexes <application>pg_upgraded</application> from previous releases will not have this ordering.
</para>
</listitem>
@@ -1233,7 +1233,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<para>
-Allow more use of indexes for text columns comparisons with <structname>information_schema</structname> columns (Tom Lane)
+Allow more use of indexes for text comparisons with <structname>information_schema</structname> columns (Tom Lane)
</para>
</listitem>