psql should show disabled internal triggers

Поиск
Список
Период
Сортировка
От Andres Freund
Тема psql should show disabled internal triggers
Дата
Msg-id 20130918115229.GB21051@awork2.anarazel.de
обсуждение исходный текст
Ответы Re: psql should show disabled internal triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Re: psql should show disabled internal triggers  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers
Hi,

If you do ALTER TABLE ... DISABLE TRIGGER ALL; and then individually
re-enable the disabled triggers it's easy to miss internal triggers.
A \d+ tablename will not show anything out of the ordinary for that
situation since we don't show internal triggers. But foreign key checks
won't work.
So, how about displaying disabled internal triggers in psql?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: dlight
Дата:
Сообщение: Re: Performance problem in PLPgSQL
Следующее
От: Boszormenyi Zoltan
Дата:
Сообщение: WHERE CURRENT OF behaviour is not what's documented