Re: How to tell if a trigger is disabled

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to tell if a trigger is disabled
Дата
Msg-id 27407.1218848374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to tell if a trigger is disabled  ("Ian Harding" <harding.ian@gmail.com>)
Ответы Re: How to tell if a trigger is disabled  ("Ian Harding" <harding.ian@gmail.com>)
Список pgsql-general
"Ian Harding" <harding.ian@gmail.com> writes:
> Is there any way to tell if a trigger or triggers are disabled on a
> table?  I was updating some data a week or two ago and must have
> forgotten to re-enable the triggers.  Took me a little while to figure
> out.  \d tablename didn't tell me, nor did \d+ tablename.

> This is on 8.2.3.

FWIW, 8.3's psql knows about showing this in \dt.

            regards, tom lane

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

Предыдущее
От: "Ian Harding"
Дата:
Сообщение: How to tell if a trigger is disabled
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: pg_restore fails on Windows