File tree 1 file changed +3
-5
lines changed
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>
63
63
permissions on the <literal>public</literal> schema has not
64
64
been changed. Databases restored from previous Postgres releases
65
65
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
67
67
<literal>CREATE</literal> permission for <literal>PUBLIC</literal>
68
68
on the <literal>public</literal> schema; this change can be made
69
69
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.
73
71
</para>
74
72
</listitem>
75
73
@@ -85,7 +83,7 @@ Author: Noah Misch <noah@leadboat.com>
85
83
</para>
86
84
87
85
<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 .
89
87
Databases restored from previous Postgres releases will be restored
90
88
with their current owner specification.
91
89
</para>
You can’t perform that action at this time.
0 commit comments