pgAdmin III commit: Fix dropping of constraints

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix dropping of constraints
Date: 2012-11-01 12:26:56
Message-ID: E1TTtrM-0007sY-Eg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix dropping of constraints

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e92f6be2c2872e85049a54f4b06613f9dd242b3b
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/schema/pgCheck.cpp | 2 +-
pgadmin/schema/pgDomain.cpp | 2 +-
pgadmin/schema/pgForeignKey.cpp | 2 +-
pgadmin/schema/pgIndex.cpp | 8 ++++----
5 files changed, 8 insertions(+), 7 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-11-01 12:27:22 pgAdmin III commit: Fix dropping of constraints
Previous Message Dave Page 2012-11-01 11:41:18 Re: pgAdmin with SSHTunneling support