mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 23:33:01 -04:00
d61de58906
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).