Re: regarding grant option - Mailing list pgsql-sql

From AKHILESH GUPTA
Subject Re: regarding grant option
Date
Msg-id ad39daf90603010628q5e303d83g4cf419606d8fa726@mail.gmail.com
Whole thread Raw
In response to Re: regarding grant option  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: regarding grant option  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-sql
thank you very much sir for your valuable suggestion,
but i am talking about direct database query...........!

On 3/1/06, Alvaro Herrera < alvherre@commandprompt.com> wrote:
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



--
Thanks & Regards,
Akhilesh
DAV Institute of Management
Faridabad(Haryana)
GSM:-(+919891606064)
          (+911744293789)

"FAILURES CAN BE FORGIVEN BUT AIMING LOW IS A CRIME"

pgsql-sql by date:

Previous
From: "Simon Kinsella"
Date:
Subject: Re: Help with trigger that updates a row prior to a potentially aborted deletion?
Next
From: Stephan Szabo
Date:
Subject: Re: Help with trigger that updates a row prior to a potentially