pgAdmin III commit: Fix the constraint trigger query

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the constraint trigger query
Дата
Msg-id E1RiYmi-0002ln-Pb@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_14_0_PATCHES

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: make style
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #347: Support --section option to pg_dump and pg_restore