ALTER TRIGGER DISABLE/ENABLE

Поиск
Список
Период
Сортировка
От Christoph Dalitz
Тема ALTER TRIGGER DISABLE/ENABLE
Дата
Msg-id 20021126094332.58250aef.christoph.dalitz@hs-niederrhein.de
обсуждение исходный текст
Ответы Re: ALTER TRIGGER DISABLE/ENABLE  (Tino Wildenhain <tino@wildenhain.de>)
Re: ALTER TRIGGER DISABLE/ENABLE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Hello,

while there have been suggested some hacks on the system catalog
for disabling/enabling triggers, these have two serious disadvantages:

 - they cannot be done by the owner of the trigger
   (only the DBA has write access to the system catalog)
 - messing in the system catalog for simple DB schema changes makes
   most users feel uneasy

Oracle has an SQL command "ALTER TRIGGER triggername DISABLE|ENABLE".
Were it possible to put this command on the TODO list for a future PG release?

Thanks,

Christoph Dalitz

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

Предыдущее
От: "SUFFIAN RAMLI"
Дата:
Сообщение: Bytea datatype insert to PostgreSQL DBase
Следующее
От: Tina Messmann
Дата:
Сообщение: Re: vacuum strategy