Re: GRANT SELECT on all the partitions?
От | Sean Davis |
---|---|
Тема | Re: GRANT SELECT on all the partitions? |
Дата | |
Msg-id | 264855a00909261127x6d2b4daavf4cb57f13aadcc72@mail.gmail.com обсуждение исходный текст |
Ответ на | GRANT SELECT on all the partitions? (Sergey Samokhin <prikrutil@gmail.com>) |
Ответы |
Re: GRANT SELECT on all the partitions?
|
Список | 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 по дате отправления: