Re: [SQL] regarding grant option - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: [SQL] regarding grant option
Date
Msg-id 20060301134902.GB4800@surnet.cl
Whole thread Raw
In response to regarding grant option  ("AKHILESH GUPTA" <akhilesh.davim@gmail.com>)
Responses Re: [SQL] regarding grant option  ("AKHILESH GUPTA" <akhilesh.davim@gmail.com>)
List pgsql-general
AKHILESH GUPTA wrote:

> here i have to grant permissions to that user individually for each and
> every table by using:
> :->> grant ALL ON <tab_name> to <user_name>;
> GRANT
> and all the permissions are granted to that user for that particular table.

Yes.  If you are annoyed by having to type too many commands, you can
write a little shell script to do it for you.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: ycrux@club-internet.fr
Date:
Subject: Triggers question
Next
From: Michael Fuhr
Date:
Subject: Re: Triggers question