Re: Grant - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Grant
Date
Msg-id 20040914140542.GG27693@svana.org
Whole thread Raw
In response to Grant  (MaRCeLO PeReiRA <gandalf_mp@yahoo.com.br>)
List pgsql-general
On Tue, Sep 14, 2004 at 10:47:13AM -0300, MaRCeLO PeReiRA wrote:
> Hi,
>
> I have several tables in a database and I have to
> grant ALL on each table to a user. How can I do it at
> once???
>
> I'm doing a GRANT statement for each table... (ugly).

grant all on table1, table2, table2, ... to user;

IIRC anyway...
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-general by date:

Previous
From: MaRCeLO PeReiRA
Date:
Subject: Grant
Next
From: Harald Fuchs
Date:
Subject: Re: PG case sensitivity