Re: Anticipatory privileges - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Anticipatory privileges
Date
Msg-id 20070217003028.GD9724@alvh.no-ip.org
Whole thread Raw
In response to Anticipatory privileges  ("John D. Burger" <john@mitre.org>)
Responses Re: Anticipatory privileges  ("John D. Burger" <john@mitre.org>)
List pgsql-general
John D. Burger wrote:
> 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?

Yes.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: values from now() in the same transaction
Next
From: Jerry LeVan
Date:
Subject: Synchronize tables question....