]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Mon, 9 Jul 2001 21:39:51 +0000 (21:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 9 Jul 2001 21:39:51 +0000 (21:39 +0000)
doc/TODO

index a179a0153bccc292b180bb9008bb8a8f9333982c..a3f664741b2b3394021f1c4b3a8e0d95e6c1c5f8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon Jul  9 17:31:59 EDT 2001
+Last updated:          Mon Jul  9 17:39:43 EDT 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -147,6 +147,7 @@ COMMANDS
 * Change LIMIT val,val to offset,limit to match MySQL
 * Allow PL/PgSQL's RAISE function to take expressions
 * Allow GRANT/REVOKE to handle multiple user/group names
+* Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER
 * ALTER
        * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
        * ALTER TABLE ADD COLUMN to inherited table put column in wrong place