-
- Downloads
Arrange for the default permissions on a database to allow temp table
creation to world, but disallow temp table creation in template1. Per latest round of pghackers discussion. I did not force initdb, but the permissions lockdown on template1 will not take effect unless you do one (or manually REVOKE TEMP ON DATABASE template1 FROM public).
Showing
- doc/src/sgml/ref/grant.sgml 8 additions, 6 deletionsdoc/src/sgml/ref/grant.sgml
- src/backend/commands/dbcommands.c 7 additions, 2 deletionssrc/backend/commands/dbcommands.c
- src/backend/utils/adt/acl.c 3 additions, 3 deletionssrc/backend/utils/adt/acl.c
- src/bin/initdb/initdb.sh 9 additions, 1 deletionsrc/bin/initdb/initdb.sh
Please register or sign in to comment