Re: Database selector - Mailing list pgadmin-support

From Guillaume Lelarge
Subject Re: Database selector
Date
Msg-id 4CC84A91.9040107@lelarge.info
Whole thread Raw
In response to Database selector (was: Re: Making SQL-pane $$ aware?)  (Erwin Brandstetter <brsaweda@gmail.com>)
Responses Re: Database selector  (Erwin Brandstetter <brsaweda@gmail.com>)
List pgadmin-support
Le 26/10/2010 17:11, Erwin Brandstetter a écrit :
> On Oct 22, 8:45 pm, dp...@pgadmin.org (Dave Page) wrote:
>> On Fri, Oct 22, 2010 at 7:42 PM, Josh Berkus <j...@agliodbs.com> wrote:
>>
>>>> Pretty darn hard actually. The lexer is part of wxWidgets, and is a
>>>> generic SQL lexer. We have to write our own (probably clean-room
>>>> style, because of the licencing). I was toying with doing that anyway,
>>>> as it would be nice to have it understand plpgsql and pgscript, though
>>>> I have zero time for it unfortunately.
>>
>>> OK.  I don't think it's as valuable as other stuff people could be
>>> working on.  Like fixing the database selector, for example.  ;-)
>>
>> I thought Guillaume had fixed it. Is it still borked?
> 
> If you talk about ticket #232 "Smart defaults for new connection in
> query tool" I may be able to shed some light on that as I brought that
> up in the first place.
> Guillaume wrote a fix, and it looks good, but for an unknown reason it
> has been reserved for v1.14. (It certainly is not in the current
> version.)

I commited it only on the master branch because this is not a bugfix.
It's a new behaviour on something that works, hence it's in the dev branch.


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Feature request -- export as select into stmts
Next
From: Erwin Brandstetter
Date:
Subject: Re: Database selector