Re: Grant on several tables at once - Mailing list pgsql-admin

From Andreas Pflug
Subject Re: Grant on several tables at once
Date
Msg-id 3F2ACA3F.10800@pse-consulting.de
Whole thread Raw
In response to Grant on several tables at once  (MaRcElO PeReIrA <gandalf_mp@yahoo.com.br>)
List pgsql-admin
MaRcElO PeReIrA wrote:

> Hello All,
>
> I have a database that contain 72 tables. How can I grant "SELECT" on
> all those 72 tables to a user, at once?
>
> I use to do:
>
> # grant select on table1 to marcelo;
> # grant select on table2 to marcelo;
> # ...
> # grant select on table72 to marcelo;
>
> but it is a lot of tables... I would like to do this at once!
>
> Thanks in advance and
> Best Regards,
>
> Marcelo


Hi Marcelo,
you will need a tool for that. pgAdmin2 (win32 only) can grant on
multiple objects at once, pgAdmin3 lacks this feature at the moment.

Regards,
Andreas


pgsql-admin by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: Re: Grant on several tables at once
Next
From: sforteln@fhcrc.org
Date:
Subject: Re: Grant on several tables at once