Granting rights

Поиск
Список
Период
Сортировка
От Otandeka Simon Peter
Тема Granting rights
Дата
Msg-id efc321cd0910111005o742206d9y26988ed7c50fa16b@mail.gmail.com
обсуждение исходный текст
Ответы Re: Granting rights
Список pgsql-general

Hi,

Is it possible to give a user rights(update,select,insert) rights on a database and not necessary doing that for one relation at a time?

I have many tables in the database but I don't want this user to be able to delete a relation. Granting the user rights per table is gonna
take a lot of time.

Any better way to do it without me having to write a script?

Cheers,
P.

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

Предыдущее
От: Jignesh Shah
Дата:
Сообщение: Re: What is statement ID of table?
Следующее
От: "Naoko Reeves"
Дата:
Сообщение: Is there a way to know if trigger is invoked by the code from another trigger