Implements support for constraint trigger This patch adds a Constraint checkbox and the deferrable and deferred checkboxes. Note that the "FROM referenced_table_name" clause is not implemented as it "is not recommended for general use" according to the manual.
Report from Dan S. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d333d069c4d87a89a26f40ecff67ee05ad8f4f01 Modified Files -------------- CHANGELOG | 1 + pgadmin/dlg/dlgTrigger.cpp | 59 +++++++++++++++++++++++++++++++++-- pgadmin/include/dlg/dlgTrigger.h | 1 + pgadmin/include/schema/pgTrigger.h | 26 +++++++++++++++- pgadmin/schema/pgTrigger.cpp | 36 +++++++++++++++++++--- pgadmin/ui/dlgTrigger.xrc | 53 +++++++++++++++++++++++++++++-- 6 files changed, 162 insertions(+), 14 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
