Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c2c59b

Browse files
committed
doc: PG 16 relnotes, wording adjustments
Reported-by: Erik Rijkers Discussion: https://postgr.es/m/c4a88acf-ab1a-a912-d4a9-5e19b323c5ed@xs4all.nl
1 parent ad54062 commit 5c2c59b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/src/sgml/release-16.sgml

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<listitem>
2929
<para>
30-
Allow logical replication from standbys servers
30+
Allow logical replication from standby servers
3131
</para>
3232
</listitem>
3333

@@ -126,11 +126,11 @@ Author: Michael Paquier <michael@paquier.xyz>
126126

127127
<listitem>
128128
<para>
129-
Change REINDEX DATABASE and reindexedb to not process indexes on system catalogs (Simon Riggs)
129+
Change REINDEX DATABASE and reindexdb to not process indexes on system catalogs (Simon Riggs)
130130
</para>
131131

132132
<para>
133-
Processing such indexes is still possible using REINDEX SYSTEM and reindexedb --system.
133+
Processing such indexes is still possible using REINDEX SYSTEM and reindexdb --system.
134134
</para>
135135
</listitem>
136136

@@ -593,7 +593,7 @@ Create subscription statistics entries at subscription creation time so stats_re
593593
</para>
594594

595595
<para>
596-
Previously entries were created only created when the first statistics were reported.
596+
Previously entries were created only when the first statistics were reported.
597597
</para>
598598
</listitem>
599599

@@ -777,7 +777,7 @@ Simplify permissions for LOCK TABLE (Jeff Davis)
777777
</para>
778778

779779
<para>
780-
Previously the ability to perform LOCK TABLE at various lock levels was bound to specific query-type permissions. For example, UPDATE could could perform all lock levels except ACCESS SHARE, which
780+
Previously the ability to perform LOCK TABLE at various lock levels was bound to specific query-type permissions. For example, UPDATE could perform all lock levels except ACCESS SHARE, which
781781
required SELECT permissions. Now UPDATE can issue all lock levels. MORE?
782782
</para>
783783
</listitem>
@@ -808,7 +808,7 @@ Restrict the privileges of CREATEROLE roles (Robert Haas)
808808
</para>
809809

810810
<para>
811-
Previously roles with CREATEROLE privileges could change many aspects of any non-superuser role. Such changes, including adding members, are now require the role requesting the change to have ADMIN OPTION
811+
Previously roles with CREATEROLE privileges could change many aspects of any non-superuser role. Such changes, including adding members, now require the role requesting the change to have ADMIN OPTION
812812
permission.
813813
</para>
814814
</listitem>
@@ -946,7 +946,7 @@ Add dependency tracking of grantors for GRANT records (Robert Haas)
946946
</para>
947947

948948
<para>
949-
This will guarantee that pg_auth_members.grantor values is always valid.
949+
This guarantees that pg_auth_members.grantor values are always valid.
950950
</para>
951951
</listitem>
952952

@@ -3017,7 +3017,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
30173017

30183018
<listitem>
30193019
<para>
3020-
Allow required extensions to marked as non-relocatable using "no_relocate" (Regina Obe)
3020+
Allow required extensions to be marked as non-relocatable using "no_relocate" (Regina Obe)
30213021
</para>
30223022

30233023
<para>

0 commit comments

Comments
 (0)