doc: PG 16 relnotes, delete reverted grant, adjust version num
authorBruce Momjian
Fri, 19 May 2023 16:29:50 +0000 (12:29 -0400)
committerBruce Momjian
Fri, 19 May 2023 16:30:14 +0000 (12:30 -0400)
Reported-by: Nathan Bossart, Sehrope Sarkuni
doc/src/sgml/release-16.sgml

index 9f91a9d879cf008be53fa6b87a5141c70ae22d1f..f2c3426da909b2b0945ab3cb24ed264e6c2f9eec 100644 (file)
@@ -191,7 +191,7 @@ Remove symbolic links for the postmaster binary (Peter Eisentraut)
 
    
     Below you will find a detailed account of the changes between
-    PostgreSQL 15 and the previous major
+    PostgreSQL 16 and the previous major
     release.
    
 
@@ -670,22 +670,11 @@ Author: Jeff Davis 
 
 
 
-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)
 
 
 
-This is called pg_maintain.
-
-
-
-
-
-
-
-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.