From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Christoph Dalitz <christoph(dot)dalitz(at)hs-niederrhein(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: ALTER TRIGGER DISABLE/ENABLE |
Date: | 2002-11-26 18:53:39 |
Message-ID: | 200211261853.gAQIrdE00304@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Christoph Dalitz wrote:
> 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?
Already on TODO list:
* Allow triggers to be disabled [trigger]
I will add your email to the TODO.detail thread.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Medi Montaseri | 2002-11-26 18:59:19 | Re: EXECUTE problems |
Previous Message | Peter Eisentraut | 2002-11-26 18:42:42 | Re: [HACKERS] Location of language .mo files or |