Is it possible to disable insert/update/delete triggers for one transaction and not another?

Поиск
Список
Период
Сортировка
От Karen Hill
Тема Is it possible to disable insert/update/delete triggers for one transaction and not another?
Дата
Msg-id 1151521176.791619.274860@75g2000cwc.googlegroups.com
обсуждение исходный текст
Ответы Re: Is it possible to disable insert/update/delete triggers for one transaction and not another?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
I have an insert/update/delete trigger on all my tables which add data
to a log table.

I would like to be able to disable them when the tables are called from
one stored proceedure I have.  Yet I would still like those triggers to
fire on any other operation that is happening concurrently.  Is this
even possible?


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

Предыдущее
От: Brad Nicholson
Дата:
Сообщение: Strange Behavior with Serializable Transcations
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Strange Behavior with Serializable Transcations