pgAdmin III commit: Fix the constraint trigger query

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the constraint trigger query
Date: 2012-01-04 21:54:12
Message-ID: E1RiYmi-0002ll-PZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-01-05 13:42:01 Re: [pgAdmin III] #347: Support --section option to pg_dump and pg_restore
Previous Message Guillaume Lelarge 2012-01-03 22:07:06 pgAdmin III commit: make style