Re: [SQL] regarding grant option

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [SQL] regarding grant option
Дата
Msg-id 20060301134902.GB4800@surnet.cl
обсуждение исходный текст
Ответ на regarding grant option  ("AKHILESH GUPTA" <akhilesh.davim@gmail.com>)
Ответы Re: [SQL] regarding grant option
Список pgsql-general
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

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

Предыдущее
От: ycrux@club-internet.fr
Дата:
Сообщение: Triggers question
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Triggers question