Re: [BUG] Meaningless dialogue when deleting foreign key

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [BUG] Meaningless dialogue when deleting foreign key
Date: 2011-07-02 12:17:53
Message-ID: 1309609073.2036.18.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sat, 2011-07-02 at 13:11 +0100, Thom Brown wrote:
> On 2 July 2011 13:08, Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
> > On Sat, 2011-07-02 at 12:12 +0100, Thom Brown wrote:
> >> Hi,
> >>
> >> I'm using PgAdmin III 1.14 beta 2 on OSX. When attempting to delete a
> >> foreign key on a table, a dialogue comes up saying "Foreign Key -
> >> Foreign Key - No / Yes"
> >>
> >> Screenshot attached.
> >>
> >> I would expect this to say something more like "Drop foreign key? -
> >> Are you sure you wish to drop foreign key "fk_name"? - No / Yes"
> >>
> >> Is this a known bug?
> >>
> >
> > Yeah. Better than that actually : it is a fixed bug :) Fix is available
> > in git since 2011-06-11, and will appear first in beta 3.
>
> Thanks Guillaume. I'm having trouble finding these fixes by the look
> of things as a search didn't show it up. I'll have to search more
> thoroughly next time. :)
>

Good luck with that, my commit message was somewhat cryptic (Fix our
i18n support). See
https://github.com/postgres/pgadmin3/commit/6f88f423f024d9ed5d6081c66f2351249a5bd190

> Any ETA for beta 3?
>

Nope. I could reply "at the same time than PostgreSQL 9.1 beta 3", but
this won't help you more.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-02 13:09:59 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Previous Message Thom Brown 2011-07-02 12:11:34 Re: [BUG] Meaningless dialogue when deleting foreign key