Added new TODO items.
authorjollytoad <jollytoad>
Thu, 5 May 2005 09:11:38 +0000 (09:11 +0000)
committerjollytoad <jollytoad>
Thu, 5 May 2005 09:11:38 +0000 (09:11 +0000)
TODO

diff --git a/TODO b/TODO
index ed4c130fc08cb69623c669304f81d2f6a7185415..0c71b13238fd87608d508843a2af0f2a688a1e6a 100644 (file)
--- 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