pgAdmin III commit: Support for Exclusion Constraints.

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


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=217cd5037d0b3503ddeb2ac7b12f59ef142d2bb1

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(-)

Browse pgadmin-hackers by date

  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