]> granicus.if.org Git - postgresql/commitdiff
Done:
authorBruce Momjian <bruce@momjian.us>
Tue, 23 Jul 2002 23:28:36 +0000 (23:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 23 Jul 2002 23:28:36 +0000 (23:28 +0000)
> * -Allow UPDATE/DELETE on inherited table

doc/TODO

index eb9ca3338d9e0a32c95281ba3e6e49e61517b370..a10a1993470c1bc7010ae51a4a083e1f546d4766 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Sat Jul 20 12:44:41 EDT 2002
+Last updated:          Tue Jul 23 19:28:18 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -142,7 +142,7 @@ Indexes
 * UNIQUE INDEX on base column not honored on inserts from inherited table
   INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
   [inheritance]
-* Allow UPDATE/DELETE on inherited table
+* -Allow UPDATE/DELETE on inherited table
 * Have UPDATE/DELETE clean out indexes
 * Add UNIQUE capability to non-btree indexes
 * Add btree index support for reltime, tinterval, regproc