Re: bugfix: dlgIndex column order

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Quan Zongliang <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: bugfix: dlgIndex column order
Date: 2009-05-20 02:26:29
Message-ID: 937d27e10905191926r1cd046abja4abb87b61b5aaaf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

2009/5/19 Quan Zongliang <quanzongliang(at)gmail(dot)com>:
>> It seems overly complex to me. What about something like the attached?
> It's good. no problem.
>
> But the function "int dlgIndex::Go(bool modal)" should be fixed to display
> correct column property. When index is hash, gist or gin, only column name
> should be displayed.

Ahh, yes - well spotted. How's this?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

Attachment Content-Type Size
IndexColOptions-v2.diff application/octet-stream 4.8 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-05-20 11:12:36 SVN Commit by dpage: r7874 - in trunk/pgadmin3/pgadmin: dlg include/dlg
Previous Message Quan Zongliang 2009-05-19 01:45:30 Re: bugfix: dlgIndex column order