Re: TODO List - Mailing list pgadmin-hackers

From Dave Page
Subject Re: TODO List
Date
Msg-id 937d27e10811200539u1ad7ea1alc3d20b53dcaba28f@mail.gmail.com
Whole thread Raw
In response to Re: TODO List  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
On Wed, Nov 19, 2008 at 10:33 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Dave Page a écrit :
>> [...]
>> Can you please take a minute or two to look at the TODO list:
>> http://www.pgadmin.org/development/todo.php and note any items that
>> have been completed already, ones that don't make any sense now
>> (perhaps because PostgreSQL has implemented a feature we wanted to
>> emulate), or items that are just plain daft!
>>
>
> Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes.
>  ==> Quan Zongliang is working on it (new patch available)

Yup.

> Allow SQL 'macros' to be programmed in the query tool, with a place
> holder to be substituted with highlighted text - eg. Ctrl-F1 could run
> SELECT relname FROM pg_class WHERE relname like '$PLACEHOLDER$%' to list
> matching relations.
>  ==> is partly available (PLACEHOLDER stuff is still missing)

No, we have that :-) We actually use $SELECTION$ though, iirc.

> Add infrastructure to allow databases to be renamed. This requires that
> the SQL be executed in a database other than the current one.
>  ==> I did this one a few days ago :)

:-)

> Columns of Views: show properties
>  ==> I think this one is done, but I don't remember by whom.

That would be me :-)

Thanks - I've removed them, and some other entries that didn't make much sense.

>
>> A similar pass over the bugs list:
>> http://www.pgadmin.org/support/issues.php would also be useful - there
>> are probably some which are no longer relevant or have been fixed in
>> wx or other places.
>>
>
> I don't find something to remove there.

I found one Windows bug, but afaik, everything else is still current.

Thanks!

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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7502 - trunk/pgadmin3
Next
From: Ashesh D Vashi
Date:
Subject: Re: extending functionality strategy