psql should show disabled internal triggers - Mailing list pgsql-hackers

From Andres Freund
Subject psql should show disabled internal triggers
Date
Msg-id 20130918115229.GB21051@awork2.anarazel.de
Whole thread Raw
Responses Re: psql should show disabled internal triggers
Re: psql should show disabled internal triggers
List 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 by date:

Previous
From: dlight
Date:
Subject: Re: Performance problem in PLPgSQL
Next
From: Boszormenyi Zoltan
Date:
Subject: WHERE CURRENT OF behaviour is not what's documented