relnotes: update item about public schema permission change
authorBruce Momjian
Tue, 28 Jun 2022 20:35:32 +0000 (16:35 -0400)
committerBruce Momjian
Tue, 28 Jun 2022 20:35:32 +0000 (16:35 -0400)
Also mention the bootstrap superuser.

Reported-by: Noah Misch
Discussion: https://postgr.es/m/20220628063719[email protected]

doc/src/sgml/release-15.sgml

index 6da3f89d08656c80ce8d4c61978ea74f69f9f83b..47ac329e793491e4ac5ad4ee7a159f142dced447 100644 (file)
@@ -63,13 +63,11 @@ Author: Noah Misch 
       permissions on the public schema has not
       been changed.  Databases restored from previous Postgres releases
       will be restored with their current permissions.  Users wishing
-      to have the old permissions on new objects will need to grant
+      to have the former permissions will need to grant
       CREATE permission for PUBLIC
       on the public schema; this change can be made
       on template1 to cause all new databases
-      to have these permissions.  template1
-      permissions for pg_dumpall and
-      pg_upgrade?
+      to have these permissions.
      
     
 
@@ -85,7 +83,7 @@ Author: Noah Misch 
      
 
      
-      Previously it was the literal user name of the database owner.
+      Previously it was the literal user name of the bootstrap superuser.
       Databases restored from previous Postgres releases will be restored
       with their current owner specification.