Re: GRANT SELECT on all the partitions? - Mailing list pgsql-novice

From Sean Davis
Subject Re: GRANT SELECT on all the partitions?
Date
Msg-id 264855a00909261127x6d2b4daavf4cb57f13aadcc72@mail.gmail.com
Whole thread Raw
In response to GRANT SELECT on all the partitions?  (Sergey Samokhin <prikrutil@gmail.com>)
Responses Re: GRANT SELECT on all the partitions?
List pgsql-novice
On Sat, Sep 26, 2009 at 11:52 AM, Sergey Samokhin <prikrutil@gmail.com> wrote:
> Hello.
>
> Suppose that I have created a few dozens of partitions which all
> inherit from a single master table. Is there a way to GRANT SELECT on
> all these child tables by using a single SQL command? Having to issue
> a few dozens of similar but different GRANTs makes me tremble.

I don't think so.  I would suggest using something like pgadminIII to
do this kind of thing.  You just select the tables and then you can do
batch changes like grants.

Sean


> Something like the followind pseudocode could be the solution:
>
> GRANT SELECT ON TABLES INHERITED FROM master_table;
>
> How do people manage their batch of partitions?
>
> --
> Sergey Samokhin
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: text field slow to display in pgadmin
Next
From: Sergey Samokhin
Date:
Subject: Re: GRANT SELECT on all the partitions?