]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Sep 2001 20:11:07 +0000 (20:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Sep 2001 20:11:07 +0000 (20:11 +0000)
doc/TODO

index 4a918e6594b043fb3920bccfaad6395cb07b2fec..cdbf2164708a7406e3654ea9569b988d9016ad21 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Thu Sep  6 12:59:41 EDT 2001
+Last updated:          Thu Sep  6 16:11:01 EDT 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -151,6 +151,7 @@ COMMANDS
 * Change PL/PgSQL to use palloc() instead of malloc()
 * -Allow GRANT/REVOKE to handle multiple user/group names
 * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
+* Disallow TRUNCATE on tables that are involved in referential constraints
 * ALTER
        o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
        o ALTER TABLE ADD COLUMN to inherited table put column in wrong place