pgsql-server/ oc/src/sgml/ref/grant.sgml rc/ba ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/ref/grant.sgml rc/ba ...
Date: 2002-09-03 22:17:35
Message-ID: 20020903221735.056F24767A6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/03 18:17:35

Modified files:
doc/src/sgml/ref: grant.sgml
src/backend/commands: dbcommands.c
src/backend/utils/adt: acl.c
src/bin/initdb : initdb.sh

Log message:
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).

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2002-09-03 22:21:33 Re: pgsql-server/ oc/src/sgml/ref/grant.sgml rc/ba ...
Previous Message Tom Lane 2002-09-03 22:06:19 pgsql-server/src/test/regress sql/conversion.s ...