pgAdmin III commit: Fix dropping/renaming of indexes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix dropping/renaming of indexes
Date: 2012-11-08 15:28:15
Message-ID: E1TWU1f-0008Kd-79@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix dropping/renaming of indexes

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgIndex.cpp | 6 +++---
pgadmin/dlg/dlgIndexConstraint.cpp | 4 ++--
pgadmin/schema/pgIndex.cpp | 2 +-
4 files changed, 7 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-11-08 15:28:31 pgAdmin III commit: Fix dropping/renaming of indexes
Previous Message Dave Page 2012-11-08 15:21:43 Re: Reduce delay in keypress (input) in Query Tool