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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ Previously, a normally-invisible OID column could be specified during table
64
64
creation using WITH OIDS; that ability has been removed. Columns can
65
65
still be explicitly specified as type OID. Operations on tables that
66
66
have columns named 'oid' (created using WITH OIDS) will need adjustment.
67
-
Many system tables now have an 'oid' column that will be expanded with
68
-
SELECT * by default.
67
+
The many system tables with such columns will now display those columns
68
+
with SELECT * by default.
69
69
</para>
70
70
</listitem>
71
71
@@ -119,7 +119,7 @@ Do not allow multiple different recovery_target* specifications (Peter Eisentrau
119
119
</para>
120
120
121
121
<para>
122
-
Previously multiple different recovery_target* variables could be specified, and last one specified was honored. Now, only one can be specified, though the same one can
122
+
Previously multiple different recovery_target* variables could be specified, and the last one specified was honored. Now, only one can be specified, though the same one can
123
123
be specified multiple times and the last specification is honored.
124
124
</para>
125
125
</listitem>
@@ -422,7 +422,7 @@ Author: Robert Haas <rhaas@postgresql.org>
422
422
-->
423
423
424
424
<para>
425
-
Allow ATTACH PARTITION to be performed with reduced locking requirements (Robert Haas)
425
+
ATTACH PARTITION is now performed with reduced locking requirements (Robert Haas)
426
426
</para>
427
427
</listitem>
428
428
@@ -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 pg_upgraded from previous releases will not have this ordering. This does slightly reduce the maximum length of indexed values.
637
+
Btree indexes pg_upgraded from previous releases will not have this ordering. This slightly reduces the maximum length of indexed values.
638
638
</para>
639
639
</listitem>
640
640
@@ -693,7 +693,7 @@ Allow CREATE STATISTICS to create most-common-value statistics for multiple colu
693
693
</para>
694
694
695
695
<para>
696
-
This improve optimization for columns with non-uniform distributions that often appear in WHERE clauses.
696
+
This improves optimization for columns with non-uniform distributions that often appear in WHERE clauses.
697
697
</para>
698
698
</listitem>
699
699
@@ -1005,7 +1005,7 @@ Allow logging of only a percentage of statements and transactions meeting log_mi
1005
1005
</para>
1006
1006
1007
1007
<para>
1008
-
The parameters log_statement_sample_rate and log_transaction_sample_rate controls this.
1008
+
The parameters log_statement_sample_rate and log_transaction_sample_rate control this.
1009
1009
</para>
1010
1010
</listitem>
1011
1011
@@ -1218,7 +1218,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1218
1218
-->
1219
1219
1220
1220
<para>
1221
-
Allow more comparisons with information_schema text columns use indexes (Tom Lane)
1221
+
Allow more comparisons with information_schema text columns to use indexes (Tom Lane)
1222
1222
</para>
1223
1223
</listitem>
1224
1224
@@ -1297,7 +1297,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
1297
1297
-->
1298
1298
1299
1299
<para>
1300
-
Allow discovery of the LDAP server using DNS (Thomas Munro)
1300
+
Allow discovery of the LDAP server using DNS SRV records (Thomas Munro)
1301
1301
</para>
1302
1302
1303
1303
<para>
@@ -1489,7 +1489,7 @@ Add server variable to control the type of shared memory to use (Andres Freund)
1489
1489
</para>
1490
1490
1491
1491
<para>
1492
-
The variable is shared_memory_type. It purpose is to allow selection of System V shared memory, if desired.
1492
+
The variable is shared_memory_type. Its purpose is to allow selection of System V shared memory, if desired.
0 commit comments