diff options
author | Bruce Momjian | 2023-05-19 16:29:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-05-19 16:30:14 +0000 |
commit | e5f85744eaa5ca83ff4d27509ed094ca33ed485e (patch) | |
tree | a2ca5f26fd35e2889b70a34997260118b3f41e78 | |
parent | 8c4040edf456d9241816176eacb79e4d9a0034fc (diff) |
doc: PG 16 relnotes, delete reverted grant, adjust version num
Reported-by: Nathan Bossart, Sehrope Sarkuni
-rw-r--r-- | doc/src/sgml/release-16.sgml | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 9f91a9d879c..f2c3426da90 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -191,7 +191,7 @@ Remove symbolic links for the postmaster binary (Peter Eisentraut) <para> Below you will find a detailed account of the changes between - <productname>PostgreSQL</productname> 15 and the previous major + <productname>PostgreSQL</productname> 16 and the previous major release. </para> @@ -670,22 +670,11 @@ Author: Jeff Davis <jdavis@postgresql.org> <listitem> <para> -Create a predefined role with permission to perform maintenance operations (Nathan Bossart) +Create a predefined role and grantable privilege with permission to perform maintenance operations (Nathan Bossart) </para> <para> -This is called pg_maintain. -</para> -</listitem> - -<!-- -Author: Andrew Dunstan <andrew@dunslane.net> -2022-11-28 [b5d638249] Provide per-table permissions for vacuum and analyze. ---> - -<listitem> -<para> -Allow GRANT to give vacuum and analyze permission to users beyond the table owner or superusers (Nathan Bossart) +The predefined role is is called pg_maintain. </para> </listitem> |