Re: TODO List

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Guillaume Lelarge" <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: TODO List
Date: 2008-11-20 13:39:15
Message-ID: 937d27e10811200539u1ad7ea1alc3d20b53dcaba28f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Nov 19, 2008 at 10:33 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh D Vashi 2008-11-20 14:00:10 Re: extending functionality strategy
Previous Message svn 2008-11-20 13:38:42 SVN Commit by dpage: r7502 - trunk/pgadmin3