Add support for invalid foreign key constraints This patch adds a checkbox in the dlgForeignKey dialog, so that the user can create an "not validated" foreign key. Each foreign key of this kind is displayed with the usual icon with a red cross on it. A contextual menu allows the user to force the validation of the constraint. The user can also do this via the dlgForeignKey dialog.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=112dd93036897a4dd286195112df5d027bcb3142 Modified Files -------------- pgadmin/dlg/dlgForeignKey.cpp | 27 ++++++++ pgadmin/frm/frmMain.cpp | 2 + pgadmin/include/dlg/dlgForeignKey.h | 1 + pgadmin/include/images/foreignkeybad.xpm | 105 ++++++++++++++++++++++++++++++ pgadmin/include/schema/pgForeignKey.h | 29 ++++++++- pgadmin/pgAdmin3.vcproj | 4 + pgadmin/schema/pgForeignKey.cpp | 91 +++++++++++++++++++++---- pgadmin/ui/dlgForeignKey.xrc | 18 +++++- 8 files changed, 259 insertions(+), 18 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
