From: | Guillaume Lelarge <guillaume(dot)lelarge(at)dalibo(dot)com> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin III commit: Support for Exclusion Constraints. |
Date: | 2010-07-24 19:22:29 |
Message-ID: | 201007241922.o6OJMTRb049327@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Log Message
-----------
Support for Exclusion Constraints.
Fixes #118.
Branch
------
master
Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgIndexConstraint.cpp | 358 +++++++++++++++++++++++++++-
pgadmin/dlg/dlgProperty.cpp | 1 +
pgadmin/dlg/dlgTable.cpp | 32 +++-
pgadmin/frm/events.cpp | 1 +
pgadmin/frm/frmReport.cpp | 4 +
pgadmin/include/dlg/dlgIndexConstraint.h | 15 ++
pgadmin/include/images/exclude.xpm | 131 ++++++++++
pgadmin/include/schema/pgIndex.h | 4 +-
pgadmin/include/schema/pgIndexConstraint.h | 19 ++
pgadmin/include/utils/misc.h | 1 +
pgadmin/pgAdmin3.vcproj | 4 +
pgadmin/schema/pgConstraints.cpp | 3 +-
pgadmin/schema/pgIndex.cpp | 25 ++-
pgadmin/schema/pgIndexConstraint.cpp | 48 ++++-
pgadmin/schema/pgObject.cpp | 1 +
pgadmin/schema/pgTable.cpp | 5 +-
pgadmin/ui/dlgIndexConstraint.xrc | 163 ++++++++++++-
18 files changed, 783 insertions(+), 33 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | pgAdmin Trac | 2010-07-24 19:23:18 | Re: [pgAdmin III] #118: Operator Exclusion Constraints |
Previous Message | pgAdmin Trac | 2010-07-24 18:01:06 | Re: [pgAdmin III] #4: i18n enhancements |