pgAdmin III commit: Fix the FK covering index retrieval

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the FK covering index retrieval
Date: 2012-08-26 10:28:17
Message-ID: E1T5a4n-0001TT-H1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the FK covering index retrieval

This was broken since 373c6b949ba8e4cbe3d3756f27a6a7dc68e2869b commit. If the
column's type doesn't an opclass, it still gets an extra space in its
definition. When we look for the index, we check the column definition, and
this extra space makes the definitions look different.

Per a report from Nikolay Ulyanitsky.

Branch
------
REL-1_16_0_PATCHES

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

Modified Files
--------------
pgadmin/schema/pgIndex.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-08-26 13:56:11 pgAdmin III commit: Fix renaming a database
Previous Message pgAdmin Trac 2012-08-26 09:37:46 Re: [pgAdmin III] #375: Query output is misleading due to grid cell size