You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-12.sgml
+2-2
Original file line number
Diff line number
Diff line change
@@ -634,7 +634,7 @@ Have new btree indexes sort duplicate index entries in heap-storage order (Peter
634
634
</para>
635
635
636
636
<para>
637
-
Btree indexes <application>pg_upgraded</application> from previous releases will not have this ordering. This slightly reduces the maximum length of indexed values.
637
+
This slightly reduces the maximum-allowed length of indexed values. Indexes <application>pg_upgraded</application> from previous releases will not have this ordering.
638
638
</para>
639
639
</listitem>
640
640
@@ -1233,7 +1233,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1233
1233
-->
1234
1234
1235
1235
<para>
1236
-
Allow more use of indexes for text columns comparisons with <structname>information_schema</structname> columns (Tom Lane)
1236
+
Allow more use of indexes for text comparisons with <structname>information_schema</structname> columns (Tom Lane)
0 commit comments