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
+ to have these permissions.
- 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.