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

Commit2d502b8

Browse files
committed
doc: update PG 11 release notes, mostly typo fixes
Discussion:https://postgr.es/m/CAJnrtny0mYCMoRanZ1wvGqcPV-UDBoPetavDM1SqxnGVfZRV3g@mail.gmail.comAuthor: Brad DeJong
1 parent21c1f0c commit2d502b8

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ same commits as above
13151315
-->
13161316

13171317
<para>
1318-
Add default roles whichcontrols file system access (Stephen Frost)
1318+
Add default roles whichcontrol file system access (Stephen Frost)
13191319
</para>
13201320

13211321
<para>
@@ -1325,7 +1325,7 @@ same commits as above
13251325
<literal>pg_execute_server_program</literal>. These roles now also
13261326
control who can use <command>COPY</command> and extension <link
13271327
linkend="file-fdw"><application>file_fdw</application></link>.
1328-
Previously onlysuper-users could use these functions, and that
1328+
Previously onlysuperusers could use these functions, and that
13291329
is still the default behavior.
13301330
</para>
13311331
</listitem>
@@ -1338,7 +1338,7 @@ same commits as above
13381338
<para>
13391339
Allow access to file system functions to be controlled by
13401340
<command>GRANT</command>/<command>REVOKE</command> permissions,
1341-
rather thansuper-user checks (Stephen Frost)
1341+
rather thansuperuser checks (Stephen Frost)
13421342
</para>
13431343

13441344
<para>
@@ -1364,7 +1364,7 @@ same commits as above
13641364
</para>
13651365

13661366
<para>
1367-
Previously super userswere exclusively grantedtoaccess these
1367+
Previously, superuserswere exclusively granted access to these
13681368
functions.
13691369
</para>
13701370

@@ -1387,10 +1387,10 @@ same commits as above
13871387
</para>
13881388

13891389
<para>
1390-
<productname>PostgreSQL</productname> only allowssuper-users to
1390+
<productname>PostgreSQL</productname> only allowssuperusers to
13911391
access <application>postgres_fdw</application> tables without
13921392
passwords, e.g. via <literal>peer</literal>. Previously the
1393-
session owner had to be asuper-user to allow such access; now
1393+
session owner had to be asuperuser to allow such access; now
13941394
the view owner is checked instead.
13951395
</para>
13961396
</listitem>
@@ -1424,7 +1424,7 @@ same commits as above
14241424
<para>
14251425
Add server setting <link
14261426
linkend="guc-ssl-passphrase-command"><varname>ssl_passphrase_command</varname></link>
1427-
to allow supplying of thethepassphrase for <acronym>SSL</acronym>
1427+
to allow supplying of the passphrase for <acronym>SSL</acronym>
14281428
key files (Peter Eisentraut)
14291429
</para>
14301430

@@ -1467,7 +1467,7 @@ same commits as above
14671467

14681468
<para>
14691469
The new unit is "B". This is in addition to "kB", "MB", "GB"
1470-
and "TB", which were accepted previously.
1470+
and "TB".
14711471
</para>
14721472

14731473
</listitem>
@@ -1567,7 +1567,7 @@ same commits as above
15671567
-->
15681568

15691569
<para>
1570-
Exclude unlogged, temporary tables, and
1570+
Exclude unlogged tables, temporary tables, and
15711571
<filename>pg_internal.init</filename> files from streaming base
15721572
backups (David Steele)
15731573
</para>
@@ -1726,8 +1726,8 @@ same commits as above
17261726

17271727
<para>
17281728
Also, if any table mentioned in <command>VACUUM</command> uses
1729-
a column list, then <command>ANALYZE</command> keyword must be
1730-
supplied;previously <command>ANALYZE</command> was implied in
1729+
a column list, thenthe<command>ANALYZE</command> keyword must be
1730+
supplied; previously, <command>ANALYZE</command> was implied in
17311731
such cases.
17321732
</para>
17331733
</listitem>
@@ -1760,7 +1760,7 @@ same commits as above
17601760
</para>
17611761

17621762
<para>
1763-
This is useful for allowing aggregate functions be optimized and
1763+
This is useful for allowing aggregate functionstobe optimized and
17641764
to work as window functions.
17651765
</para>
17661766

@@ -1803,7 +1803,7 @@ same commits as above
18031803
</para>
18041804

18051805
<para>
1806-
Also allow PL/PL/Perl, PL/Python, and PL/Tcl to handle
1806+
Also allow PL/Perl, PL/Python, and PL/Tcl to handle
18071807
composite-domain function arguments and results. Also improve
18081808
PL/Python domain handling.
18091809
</para>
@@ -1896,7 +1896,7 @@ same commits as above
18961896
<para>
18971897
Add text search function <link
18981898
linkend="textsearch-functions-table"><function>websearch_to_tsquery()</function></link>
1899-
that supports aqueries syntax similar to that used by web search
1899+
that supports aquery syntax similar to that used by web search
19001900
engines (Victor Drobny, Dmitry Ivanov)
19011901
</para>
19021902
</listitem>
@@ -1909,7 +1909,7 @@ same commits as above
19091909
<para>
19101910
Add function <link
19111911
linkend="textsearch-functions-table"><function>json(b)_to_tsvector()</function></link>
1912-
to create text search query for matching
1912+
to createatext search query for matching
19131913
<type>JSON</type>/<type>JSONB </type>values (Dmitry Dolgov)
19141914
</para>
19151915

@@ -2309,7 +2309,7 @@ same commits as above
23092309
-->
23102310

23112311
<para>
2312-
Add approximated Zipfian-distributed random generator to
2312+
Addanapproximated Zipfian-distributed random generator to
23132313
<application>pgbench</application> (Alik Khilazhev)
23142314
</para>
23152315
</listitem>
@@ -2379,16 +2379,16 @@ same commits as above
23792379
-->
23802380

23812381
<para>
2382-
Add <link
2382+
Addan option to<link
23832383
linkend="app-pgbasebackup"><application>pg_basebackup</application></link>
2384-
option to create a named replication slot (Michael Banck)
2384+
that creates a named replication slot (Michael Banck)
23852385
</para>
23862386

23872387
<para>
23882388
The option <option>--create-slot</option> creates
23892389
the named replication slot (<option>--slot</option>)
23902390
when the <acronym>WAL</acronym> streaming method
2391-
(<option>-wal-method=stream</option>) is used.
2391+
(<option>--wal-method=stream</option>) is used.
23922392
</para>
23932393

23942394
<para>
@@ -2560,7 +2560,7 @@ same commits as above
25602560
</para>
25612561

25622562
<para>
2563-
This is useful if the system to be loaded hasadifferent collation
2563+
This is useful if the system to be loaded has different collation
25642564
definitions or endianness, requiring the rows to be stored in
25652565
different partitions.
25662566
</para>
@@ -2572,7 +2572,7 @@ same commits as above
25722572
-->
25732573

25742574
<para>
2575-
Addabilityto suppress dumping and restoring of comments
2575+
Addan optionto suppress dumping and restoring comments
25762576
(Robins Tharakan)
25772577
</para>
25782578

@@ -2884,7 +2884,7 @@ same commits as above
28842884
</para>
28852885

28862886
<para>
2887-
Previously onlysuper-users could call adminpack functions;
2887+
Previously onlysuperusers could call adminpack functions;
28882888
now role permissions are checked.
28892889
</para>
28902890
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp