TODO list updates
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Thu, 20 Nov 2008 13:22:45 +0000 (13:22 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Thu, 20 Nov 2008 13:22:45 +0000 (13:22 +0000)
git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7501 a7884b65-44f6-0310-8a51-81a127f17b15

TODO

diff --git a/TODO b/TODO
index 05064dafc8771111b76d48b8381c4e8e113e5cbb..7a9da24cf879c03bb8337ab04c6828d40a486b65 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ TODO Items
 Essentials\r
 ----------\r
 \r
-- Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes.\r
 - Recreate views after column type change\r
 - Confirm existing password against the DB when changing the current password.\r
 \r
@@ -22,12 +21,7 @@ Enhancements / wishes
 \r
 - Add an option (or change the UI to something more usable with lots of types)\r
   to include table types in the data type combo boxes where appropriate.\r
-- Allow SQL 'macros' to be programmed in the query tool, with a place holder to\r
-  be substituted with highlighted text - eg. Ctrl-F1 could run SELECT relname \r
-  FROM pg_class WHERE relname like '$PLACEHOLDER$%' to list matching relations.\r
 - Ability to search a database for objects with a specific name.\r
-- Add infrastructure to allow databases to be renamed. This requires that the \r
-  SQL be executed in a database other than the current one.\r
 - Attempt to reconnect to the server following a connection failure.\r
 - Allow the user to disconnect individual databases\r
 - detect serial columns from pg_depend, not column default (observe deviating \r
@@ -40,20 +34,15 @@ Enhancements / wishes
   connections\r
 - Allow Sequence to be attached to existing int4/int8 columns\r
 - Sequence: calculate next value to be expected\r
-- Language update check\r
 - Import from CSV\r
 - Create FK: PK/unique detection\r
 - Global object modification logging\r
-- Keyboard navigation (wx issue)\r
 - EditGrid: allow editing if unique key existent, but no PK/OID\r
 - EditGrid: better editing (color, validation)\r
-- Columns of Views: show properties\r
-- Object display: strip lf/cr/tab from comments\r
 - Updateable View wizard\r
 - Most property dlgs: check for readOnly if no sufficient rights are available\r
 - CREATE TABLE LIKE table\r
 - Operator class property: to implement\r
-- List column defaults on views.\r
 - Find solution for dlgProperty::AppendQuoted if schemaname has a dot\r
 - Allow EditGrid to use comboboxes filled from FK tables.\r
 - Add an option to the Query Tool to exclusively lock files whilst they're \r