@@ -1315,7 +1315,7 @@ same commits as above
1315
1315
-->
1316
1316
1317
1317
<para>
1318
- Add default roles which controls file system access (Stephen Frost)
1318
+ Add default roles which control file system access (Stephen Frost)
1319
1319
</para>
1320
1320
1321
1321
<para>
@@ -1325,7 +1325,7 @@ same commits as above
1325
1325
<literal>pg_execute_server_program</literal>. These roles now also
1326
1326
control who can use <command>COPY</command> and extension <link
1327
1327
linkend="file-fdw"><application>file_fdw</application></link>.
1328
- Previously only super-users could use these functions, and that
1328
+ Previously only superusers could use these functions, and that
1329
1329
is still the default behavior.
1330
1330
</para>
1331
1331
</listitem>
@@ -1338,7 +1338,7 @@ same commits as above
1338
1338
<para>
1339
1339
Allow access to file system functions to be controlled by
1340
1340
<command>GRANT</command>/<command>REVOKE</command> permissions,
1341
- rather than super-user checks (Stephen Frost)
1341
+ rather than superuser checks (Stephen Frost)
1342
1342
</para>
1343
1343
1344
1344
<para>
@@ -1364,7 +1364,7 @@ same commits as above
1364
1364
</para>
1365
1365
1366
1366
<para>
1367
- Previously super users were exclusively granted to access these
1367
+ Previously, superusers were exclusively granted access to these
1368
1368
functions.
1369
1369
</para>
1370
1370
@@ -1387,10 +1387,10 @@ same commits as above
1387
1387
</para>
1388
1388
1389
1389
<para>
1390
- <productname>PostgreSQL</productname> only allows super-users to
1390
+ <productname>PostgreSQL</productname> only allows superusers to
1391
1391
access <application>postgres_fdw</application> tables without
1392
1392
passwords, e.g. via <literal>peer</literal>. Previously the
1393
- session owner had to be a super-user to allow such access; now
1393
+ session owner had to be a superuser to allow such access; now
1394
1394
the view owner is checked instead.
1395
1395
</para>
1396
1396
</listitem>
@@ -1424,7 +1424,7 @@ same commits as above
1424
1424
<para>
1425
1425
Add server setting <link
1426
1426
linkend="guc-ssl-passphrase-command"><varname>ssl_passphrase_command</varname></link>
1427
- to allow supplying of the the passphrase for <acronym>SSL</acronym>
1427
+ to allow supplying of the passphrase for <acronym>SSL</acronym>
1428
1428
key files (Peter Eisentraut)
1429
1429
</para>
1430
1430
@@ -1467,7 +1467,7 @@ same commits as above
1467
1467
1468
1468
<para>
1469
1469
The new unit is "B". This is in addition to "kB", "MB", "GB"
1470
- and "TB", which were accepted previously .
1470
+ and "TB".
1471
1471
</para>
1472
1472
1473
1473
</listitem>
@@ -1567,7 +1567,7 @@ same commits as above
1567
1567
-->
1568
1568
1569
1569
<para>
1570
- Exclude unlogged, temporary tables, and
1570
+ Exclude unlogged tables , temporary tables, and
1571
1571
<filename>pg_internal.init</filename> files from streaming base
1572
1572
backups (David Steele)
1573
1573
</para>
@@ -1726,8 +1726,8 @@ same commits as above
1726
1726
1727
1727
<para>
1728
1728
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, then the <command>ANALYZE</command> keyword must be
1730
+ supplied; previously, <command>ANALYZE</command> was implied in
1731
1731
such cases.
1732
1732
</para>
1733
1733
</listitem>
@@ -1760,7 +1760,7 @@ same commits as above
1760
1760
</para>
1761
1761
1762
1762
<para>
1763
- This is useful for allowing aggregate functions be optimized and
1763
+ This is useful for allowing aggregate functions to be optimized and
1764
1764
to work as window functions.
1765
1765
</para>
1766
1766
@@ -1803,7 +1803,7 @@ same commits as above
1803
1803
</para>
1804
1804
1805
1805
<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
1807
1807
composite-domain function arguments and results. Also improve
1808
1808
PL/Python domain handling.
1809
1809
</para>
@@ -1896,7 +1896,7 @@ same commits as above
1896
1896
<para>
1897
1897
Add text search function <link
1898
1898
linkend="textsearch-functions-table"><function>websearch_to_tsquery()</function></link>
1899
- that supports a queries syntax similar to that used by web search
1899
+ that supports a query syntax similar to that used by web search
1900
1900
engines (Victor Drobny, Dmitry Ivanov)
1901
1901
</para>
1902
1902
</listitem>
@@ -1909,7 +1909,7 @@ same commits as above
1909
1909
<para>
1910
1910
Add function <link
1911
1911
linkend="textsearch-functions-table"><function>json(b)_to_tsvector()</function></link>
1912
- to create text search query for matching
1912
+ to create a text search query for matching
1913
1913
<type>JSON</type>/<type>JSONB </type>values (Dmitry Dolgov)
1914
1914
</para>
1915
1915
@@ -2309,7 +2309,7 @@ same commits as above
2309
2309
-->
2310
2310
2311
2311
<para>
2312
- Add approximated Zipfian-distributed random generator to
2312
+ Add an approximated Zipfian-distributed random generator to
2313
2313
<application>pgbench</application> (Alik Khilazhev)
2314
2314
</para>
2315
2315
</listitem>
@@ -2379,16 +2379,16 @@ same commits as above
2379
2379
-->
2380
2380
2381
2381
<para>
2382
- Add <link
2382
+ Add an option to <link
2383
2383
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)
2385
2385
</para>
2386
2386
2387
2387
<para>
2388
2388
The option <option>--create-slot</option> creates
2389
2389
the named replication slot (<option>--slot</option>)
2390
2390
when the <acronym>WAL</acronym> streaming method
2391
- (<option>-wal-method=stream</option>) is used.
2391
+ (<option>-- wal-method=stream</option>) is used.
2392
2392
</para>
2393
2393
2394
2394
<para>
@@ -2560,7 +2560,7 @@ same commits as above
2560
2560
</para>
2561
2561
2562
2562
<para>
2563
- This is useful if the system to be loaded has a different collation
2563
+ This is useful if the system to be loaded has different collation
2564
2564
definitions or endianness, requiring the rows to be stored in
2565
2565
different partitions.
2566
2566
</para>
@@ -2572,7 +2572,7 @@ same commits as above
2572
2572
-->
2573
2573
2574
2574
<para>
2575
- Add ability to suppress dumping and restoring of comments
2575
+ Add an option to suppress dumping and restoring comments
2576
2576
(Robins Tharakan)
2577
2577
</para>
2578
2578
@@ -2884,7 +2884,7 @@ same commits as above
2884
2884
</para>
2885
2885
2886
2886
<para>
2887
- Previously only super-users could call adminpack functions;
2887
+ Previously only superusers could call adminpack functions;
2888
2888
now role permissions are checked.
2889
2889
</para>
2890
2890
</listitem>
0 commit comments