Re: Triggers and transactions

Поиск
Список
Период
Сортировка
От Rosser Schwarz
Тема Re: Triggers and transactions
Дата
Msg-id CAFnxYwhfo-EGDheyyNSEGZM7Pt6ewrktoN-Sw29c_-3aS=s0CA@mail.gmail.com
обсуждение исходный текст
Ответ на Triggers and transactions  (Craig James <cjames@emolecules.com>)
Список pgsql-performance
On Mon, Jan 28, 2013 at 10:54 AM, Craig James <cjames@emolecules.com> wrote:
But if the drop-and-restore-trigger operation blocks all access to the tables, that's a problem.

Were the triggers in question created with "CREATE CONSTRAINT TRIGGER"?  If not, "ALTER TABLE foo DISABLE TRIGGER USER" may do what you need here.

rls

--
:wq

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Triggers and transactions
Следующее
От: Alex Vinnik
Дата:
Сообщение: Re: Simple join doesn't use index