From: jollytoad Date: Thu, 5 May 2005 09:11:38 +0000 (+0000) Subject: Added new TODO items. X-Git-Tag: REL_4-0-1~122 X-Git-Url: http://git.postgresql.org/gitweb/static/main.js?a=commitdiff_plain;h=6d0c593d351a64af2847b43b9ac1217edc87748a;p=phppgadmin.git Added new TODO items. --- diff --git a/TODO b/TODO index ed4c130f..0c71b132 100644 --- a/TODO +++ b/TODO @@ -43,13 +43,20 @@ Tables Views ----- +* Allow INSERT and import on views with the appropriate rules. + Sequences --------- +* Alter sequence +* setval & nextval + Functions --------- * Support 8.1 IN, OUT and INOUT parameters. +* Display owner +* Alter owner Indexes ------- @@ -72,6 +79,8 @@ Operator Classes Triggers -------- +* Allow functions from other schemas. + Aggregates ---------- @@ -114,13 +123,14 @@ Miscellaneous * Show owner for all objects * Allow changing owner for objects that have this feature (7.4+ generally) * Translated FAQ +* Icons for all objects, for use in navigation widgets Exotic ------ * Support contrib/tsearch2 for easy full text indexes * Pivot reports (ADODB has a feature for this) -* Parameratised reports (use prepared queries) +* Parameterized reports (use prepared queries) * Full web accessability conformance Principles