Skip to content

Commit f5135d2

Browse files
committed
relnotes: update item about public schema permission change
Also mention the bootstrap superuser. Reported-by: Noah Misch Discussion: https://postgr.es/m/20220628063719.GA2208244@rfd.leadboat.com
1 parent c1d033f commit f5135d2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/src/sgml/release-15.sgml

+3-5
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@ Author: Noah Misch <noah@leadboat.com>
6363
permissions on the <literal>public</literal> schema has not
6464
been changed. Databases restored from previous Postgres releases
6565
will be restored with their current permissions. Users wishing
66-
to have the old permissions on new objects will need to grant
66+
to have the former permissions will need to grant
6767
<literal>CREATE</literal> permission for <literal>PUBLIC</literal>
6868
on the <literal>public</literal> schema; this change can be made
6969
on <literal>template1</literal> to cause all new databases
70-
to have these permissions. <literal>template1</literal>
71-
permissions for <application>pg_dumpall</application> and
72-
<application>pg_upgrade</application>?
70+
to have these permissions.
7371
</para>
7472
</listitem>
7573

@@ -85,7 +83,7 @@ Author: Noah Misch <noah@leadboat.com>
8583
</para>
8684

8785
<para>
88-
Previously it was the literal user name of the database owner.
86+
Previously it was the literal user name of the bootstrap superuser.
8987
Databases restored from previous Postgres releases will be restored
9088
with their current owner specification.
9189
</para>

0 commit comments

Comments
 (0)