aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-05-18 23:17:03 -0400
committerBruce Momjian <bruce@momjian.us>2023-05-18 23:17:03 -0400
commit613a7eca9ca9f13d1f9fd8a7806bbded1836e58f (patch)
tree9016dc9660322e40ce9c1b7d15f4321a7d37b460
parentce3673daded3fe3a101b0c008235dcf8bfe9ffec (diff)
downloadpostgresql-613a7eca9ca9f13d1f9fd8a7806bbded1836e58f.tar.gz
postgresql-613a7eca9ca9f13d1f9fd8a7806bbded1836e58f.zip
doc: improve pg_walinspect and role membership items
Reported-by: Peter Geoghegan
-rw-r--r--doc/src/sgml/release-16.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 5c172379665..332e7e16280 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -856,7 +856,7 @@ When granting role membership, require the granted-by role to be a role that has
</para>
<para>
-This is a requirement even when the superuser is granting role membership.
+This is a requirement even when a non-bootstrap superuser is granting role membership.
</para>
</listitem>
@@ -2883,7 +2883,7 @@ Author: Michael Paquier <michael@paquier.xyz>
<listitem>
<para>
-Change how pg_walinspect functions pg_get_wal_records_info(), pg_get_wal_stats(), and pg_get_wal_block_info() interpret ending LSNs (Bharath Rupireddy)
+Change how pg_walinspect functions pg_get_wal_records_info() and pg_get_wal_stats() interpret ending LSNs (Bharath Rupireddy)
</para>
<para>
@@ -2904,7 +2904,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
<listitem>
<para>
-Improve descriptions of pg_walinspect WAL record descriptions (Melanie Plageman, Peter Geoghegan)
+Add detailed descriptions of WAL records in pg_walinspect and pg_waldump (Melanie Plageman, Peter Geoghegan)
</para>
</listitem>