Re: Disabling triggers on a relation.

Поиск
Список
Период
Сортировка
От Jack Flak
Тема Re: Disabling triggers on a relation.
Дата
Msg-id fcsH9.6251$uD.213839040@newssvr21.news.prodigy.com
обсуждение исходный текст
Ответ на Disabling triggers on a relation.  ("Rajesh Kumar Mallah." <mallah@trade-india.com>)
Список pgsql-admin
Greetings Raj,

I found this to be helpful:
  SELECT tgname, tgenabled AS tf, tgconstrname  FROM pg_trigger ;


Rajesh Kumar Mallah. wrote:

> Hi ,
>
> What is the correct method of temporarily
> disabling all triggers from a table?
>
>
> also is there any command/function  to show the
> trigger defination ? like pg_index_def does for indexes?
>
>
> regds
> mallah.


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

Предыдущее
От: Dustin Sallings
Дата:
Сообщение: Re: [HACKERS] how to alter sequence.
Следующее
От:
Дата:
Сообщение: Mirror / Clustering Postgresql