File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments