pgAdmin III commit: Fix the constraint trigger query - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the constraint trigger query
Date
Msg-id E1RiYmi-0002ll-PZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: make style
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #347: Support --section option to pg_dump and pg_restore