Re: GRANT all to a super user

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: GRANT all to a super user
Дата
Msg-id 162867790905270727s812e4edt55d76c03a334cd5e@mail.gmail.com
обсуждение исходный текст
Ответ на GRANT all to a super user  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Список pgsql-general
Hello

there are not similar statement

if you would to grant rights to more database objects, you have to use
script or stored procedure.

regards
Pavel Stehule

2009/5/27 Gauthier, Dave <dave.gauthier@intel.com>:
> What is the (is there a) grant command that I can use to create a super user
> without having to specify all the DB objects?
>
>
>
> grant all on database foo to thesuper;
>
> and
>
> grant all privileges on database foo to thesuper;
>
>
>
> Don’t work.
>
>
>
> I know I can achieve what I want by submitting a grant for each and every
> object in the DB.  But is there a way to do it all with one command, maybe
> something like...
>
>
>
> “grant all privileges on everything to thesuper”  ?
>
>
>
> Thanks
>
> -dave

В списке pgsql-general по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How to Install Postgres 8.3 in Solaris 10 as a service
Следующее
От: Andrew Gould
Дата:
Сообщение: Re: GRANT all to a super user