Re: Prevent users to drop triggers applied on table

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Prevent users to drop triggers applied on table
Дата
Msg-id 4BB44B10.3010008@hogranch.com
обсуждение исходный текст
Ответ на Prevent users to drop triggers applied on table  (dipti shah <shahdipti1980@gmail.com>)
Ответы Re: Prevent users to drop triggers applied on table  (dipti shah <shahdipti1980@gmail.com>)
Список pgsql-general
dipti shah wrote:
> Hi,
>
> We have been using a stored procedure which allow users to create
> table. The stored procedure creates actual table, logging tables,
> views, and applies triggers. I want to prevent table owner from
> deleting the triggers applied on table by create table stored
> procedure. Could anyone please suggest me to get way out here.

if you don't want someone to modify tables, including dropping triggers,
then they shouldn't be the owner of it.  the owner has full rights to a
table, including the right to delete it, alter it, etc.



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

Предыдущее
От: jose javier parra sanchez
Дата:
Сообщение: Re: Re : Re : Re : Select in temporary table
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: "1-Click" installer problems