pgAdmin III commit: Fix issues with my old index commit

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix issues with my old index commit
Date: 2012-09-04 21:05:06
Message-ID: E1T90J0-0005ME-VT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix issues with my old index commit

The issue was that we included the name of the table with the name of the
index, instead of the name of the schema. It fixes SQL script, and maintenance
tools.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9724c2abf1fb3330591eef8567249d7bc367970d

Modified Files
--------------
pgadmin/dlg/dlgIndex.cpp | 6 +++---
pgadmin/dlg/dlgIndexConstraint.cpp | 4 ++--
pgadmin/frm/frmMaintenance.cpp | 2 +-
pgadmin/schema/pgIndex.cpp | 6 +++---
pgadmin/schema/pgObject.cpp | 5 ++++-
5 files changed, 13 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-09-04 21:05:07 Re: pgAdmin III commit: Lots of work on domains, and check constraints
Previous Message Sachin Srivastava 2012-09-04 17:14:50 Unable to create new function if "Owner" or "Comment" is specified.