Anticipatory privileges

From: "John D(dot) Burger" <john(at)mitre(dot)org>
To: "pgsql-general postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Anticipatory privileges
Date: 2007-02-16 23:36:08
Message-ID: 5FEE4946-2676-458F-A8CA-152550367172@mitre.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If I am reading the (7.4) docs correctly, privileges can be granted
only with respect to tables that exist at the time the GRANT command
is given - there is no

GRANT ALL ON * TO PUBLIC

or some such that would result in subsequently created tables having
public privileges.

Is this so?

Thanks.

- John D. Burger
MITRE

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2007-02-16 23:46:03 Re: values from now() in the same transaction
Previous Message Chris Browne 2007-02-16 23:25:32 Re: values from now() in the same transaction