pgAdmin III commit: Fix bug when adding index constraint on not-yet-cre

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix bug when adding index constraint on not-yet-cre
Date: 2011-07-16 09:07:16
Message-ID: E1Qi0qC-000481-Ho@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix bug when adding index constraint on not-yet-created table

When a user wants to add an index constraint on a table not yet created,
pgAdmin tries to get the operator associated with the choosen column. For
that, it needs the OID of the column's type. This patch allows pgAdmin to
get that information on not yet created table.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgColumn.cpp | 8 +++++++-
pgadmin/dlg/dlgProperty.cpp | 4 +++-
pgadmin/dlg/dlgTable.cpp | 3 ++-
pgadmin/include/dlg/dlgColumn.h | 1 +
4 files changed, 13 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2011-07-16 09:31:43 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Previous Message Guillaume Lelarge 2011-07-16 08:09:37 Re: Overhaul of type attributes modification