Thread: pgAdmin III commit: Fix the constraint trigger query

pgAdmin III commit: Fix the constraint trigger query

From
Guillaume Lelarge
Date:
Fix the constraint trigger query

pgAdmin displayed system constraint triggers since this commit
http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=commitdiff;h=b41f071c9642f41896693be4e29f55409d8cd9ce

I forgot to check for the "foreign key" kind of system triggers.

Report from Julius Tuskenis, and some help from Michal Vanek too.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=918b7b7c465d067d82b2aec2e3c860cff2dfa8b5

Modified Files
--------------
CHANGELOG                    |    1 +
pgadmin/schema/pgTrigger.cpp |    6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)