Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81ddfa2

Browse files
committed
docs: update release notes with fixes
Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20190508203204.GA25482@telsasoft.com
1 parent508300e commit81ddfa2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎doc/src/sgml/release-12.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Previously, a normally-invisible OID column could be specified during table
6464
creation using WITH OIDS; that ability has been removed. Columns can
6565
still be explicitly specified as type OID. Operations on tables that
6666
have columns named 'oid' (created using WITH OIDS) will need adjustment.
67-
Manysystem tablesnow have an 'oid' column thatwillbe expanded with
68-
SELECT * by default.
67+
The manysystem tableswith such columnswillnow display those columns
68+
withSELECT * by default.
6969
</para>
7070
</listitem>
7171

@@ -119,7 +119,7 @@ Do not allow multiple different recovery_target* specifications (Peter Eisentrau
119119
</para>
120120

121121
<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, andthelast one specified was honored. Now, only one can be specified, though the same one can
123123
be specified multiple times and the last specification is honored.
124124
</para>
125125
</listitem>
@@ -422,7 +422,7 @@ Author: Robert Haas <rhaas@postgresql.org>
422422
-->
423423

424424
<para>
425-
AllowATTACH PARTITIONto be performed with reduced locking requirements (Robert Haas)
425+
ATTACH PARTITIONis now performed with reduced locking requirements (Robert Haas)
426426
</para>
427427
</listitem>
428428

@@ -634,7 +634,7 @@ Have new btree indexes sort duplicate index entries in heap-storage order (Peter
634634
</para>
635635

636636
<para>
637-
Btree indexes pg_upgraded from previous releases will not have this ordering. Thisdoesslightlyreduce the maximum length of indexed values.
637+
Btree indexes pg_upgraded from previous releases will not have this ordering. This slightlyreduces the maximum length of indexed values.
638638
</para>
639639
</listitem>
640640

@@ -693,7 +693,7 @@ Allow CREATE STATISTICS to create most-common-value statistics for multiple colu
693693
</para>
694694

695695
<para>
696-
Thisimprove optimization for columns with non-uniform distributions that often appear in WHERE clauses.
696+
Thisimproves optimization for columns with non-uniform distributions that often appear in WHERE clauses.
697697
</para>
698698
</listitem>
699699

@@ -1005,7 +1005,7 @@ Allow logging of only a percentage of statements and transactions meeting log_mi
10051005
</para>
10061006

10071007
<para>
1008-
The parameters log_statement_sample_rate and log_transaction_sample_ratecontrols this.
1008+
The parameters log_statement_sample_rate and log_transaction_sample_ratecontrol this.
10091009
</para>
10101010
</listitem>
10111011

@@ -1218,7 +1218,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
12181218
-->
12191219

12201220
<para>
1221-
Allow more comparisons with information_schema text columns use indexes (Tom Lane)
1221+
Allow more comparisons with information_schema text columnstouse indexes (Tom Lane)
12221222
</para>
12231223
</listitem>
12241224

@@ -1297,7 +1297,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
12971297
-->
12981298

12991299
<para>
1300-
Allow discovery of the LDAP server using DNS (Thomas Munro)
1300+
Allow discovery of the LDAP server using DNSSRV records(Thomas Munro)
13011301
</para>
13021302

13031303
<para>
@@ -1489,7 +1489,7 @@ Add server variable to control the type of shared memory to use (Andres Freund)
14891489
</para>
14901490

14911491
<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.
14931493
</para>
14941494
</listitem>
14951495

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp