summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-07-23 23:28:36 +0000
committerBruce Momjian2002-07-23 23:28:36 +0000
commitb4b3c63b2b0f4f1b80c3eeb8f0b8d526459d2b90 (patch)
treeefb032308cf16d2c21d23bdfc8c23990d3c694e2
parent1e3187366ca96069e71527cf109198f645e14252 (diff)
Done:
> * -Allow UPDATE/DELETE on inherited table
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index eb9ca3338d9..a10a1993470 100644
--- 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