Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b4b3c63

Browse files
committed
Done:
> * -Allow UPDATE/DELETE on inherited table
1 parent 1e31873 commit b4b3c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Jul 20 12:44:41 EDT 2002
3+
Last updated: Tue Jul 23 19:28:18 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -142,7 +142,7 @@ Indexes
142142
* UNIQUE INDEX on base column not honored on inserts from inherited table
143143
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
144144
[inheritance]
145-
* Allow UPDATE/DELETE on inherited table
145+
* -Allow UPDATE/DELETE on inherited table
146146
* Have UPDATE/DELETE clean out indexes
147147
* Add UNIQUE capability to non-btree indexes
148148
* Add btree index support for reltime, tinterval, regproc

0 commit comments

Comments
 (0)