|
27 | 27 |
|
28 | 28 | <listitem>
|
29 | 29 | <para>
|
30 |
| - Allow logical replication from standbys servers |
| 30 | + Allow logical replication from standby servers |
31 | 31 | </para>
|
32 | 32 | </listitem>
|
33 | 33 |
|
@@ -126,11 +126,11 @@ Author: Michael Paquier <michael@paquier.xyz>
|
126 | 126 |
|
127 | 127 | <listitem>
|
128 | 128 | <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) |
130 | 130 | </para>
|
131 | 131 |
|
132 | 132 | <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. |
134 | 134 | </para>
|
135 | 135 | </listitem>
|
136 | 136 |
|
@@ -593,7 +593,7 @@ Create subscription statistics entries at subscription creation time so stats_re
|
593 | 593 | </para>
|
594 | 594 |
|
595 | 595 | <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. |
597 | 597 | </para>
|
598 | 598 | </listitem>
|
599 | 599 |
|
@@ -777,7 +777,7 @@ Simplify permissions for LOCK TABLE (Jeff Davis)
|
777 | 777 | </para>
|
778 | 778 |
|
779 | 779 | <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 |
781 | 781 | required SELECT permissions. Now UPDATE can issue all lock levels. MORE?
|
782 | 782 | </para>
|
783 | 783 | </listitem>
|
@@ -808,7 +808,7 @@ Restrict the privileges of CREATEROLE roles (Robert Haas)
|
808 | 808 | </para>
|
809 | 809 |
|
810 | 810 | <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 |
812 | 812 | permission.
|
813 | 813 | </para>
|
814 | 814 | </listitem>
|
@@ -946,7 +946,7 @@ Add dependency tracking of grantors for GRANT records (Robert Haas)
|
946 | 946 | </para>
|
947 | 947 |
|
948 | 948 | <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. |
950 | 950 | </para>
|
951 | 951 | </listitem>
|
952 | 952 |
|
@@ -3017,7 +3017,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
|
3017 | 3017 |
|
3018 | 3018 | <listitem>
|
3019 | 3019 | <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) |
3021 | 3021 | </para>
|
3022 | 3022 |
|
3023 | 3023 | <para>
|
|
0 commit comments