From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | MaRCeLO PeReiRA <gandalf_mp(at)yahoo(dot)com(dot)br> |
Cc: | pgsql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Grant |
Date: | 2004-09-14 14:05:42 |
Message-ID: | 20040914140542.GG27693@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)svana(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Harald Fuchs | 2004-09-14 14:10:19 | Re: PG case sensitivity |
Previous Message | Alvaro Herrera | 2004-09-14 13:52:49 | Re: Corrupted Data? |