doc: PG 12 release note adjustment
authorBruce Momjian
Sat, 11 May 2019 00:25:52 +0000 (20:25 -0400)
committerBruce Momjian
Sat, 11 May 2019 00:25:52 +0000 (20:25 -0400)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20190510013449[email protected]

doc/src/sgml/release-12.sgml

index 26e842fb782c4ab24b93f0c444cd9e5e76127665..91f914eccebfba16b085a86aa473f45b0d9d7ae6 100644 (file)
@@ -634,7 +634,7 @@ Have new btree indexes sort duplicate index entries in heap-storage order (Peter
 
 
 
-Btree indexes pg_upgraded 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 pg_upgraded from previous releases will not have this ordering.
 
 
 
@@ -1233,7 +1233,7 @@ Author: Tom Lane 
 -->
 
 
-Allow more use of indexes for text columns comparisons with information_schema columns (Tom Lane)
+Allow more use of indexes for text comparisons with information_schema columns (Tom Lane)