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

Commit5c2c59b

Browse files
committed
doc: PG 16 relnotes, wording adjustments
Reported-by: Erik RijkersDiscussion:https://postgr.es/m/c4a88acf-ab1a-a912-d4a9-5e19b323c5ed@xs4all.nl
1 parentad54062 commit5c2c59b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<listitem>
2929
<para>
30-
Allow logical replication fromstandbys servers
30+
Allow logical replication fromstandby 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 andreindexedb to not process indexes on system catalogs (Simon Riggs)
129+
Change REINDEX DATABASE andreindexdb to not process indexes on system catalogs (Simon Riggs)
130130
</para>
131131

132132
<para>
133-
Processing such indexes is still possible using REINDEX SYSTEM andreindexedb --system.
133+
Processing such indexes is still possible using REINDEX SYSTEM andreindexdb --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 onlycreatedwhen 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 couldcouldperform 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,arenow 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-
Thiswill guaranteethat pg_auth_members.grantor valuesis always valid.
949+
Thisguaranteesthat pg_auth_members.grantor valuesare 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 tobemarked as non-relocatable using "no_relocate" (Regina Obe)
30213021
</para>
30223022

30233023
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp