mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Done:
> * -Allow UPDATE/DELETE on inherited table
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
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
|
* UNIQUE INDEX on base column not honored on inserts from inherited table
|
||||||
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
||||||
[inheritance]
|
[inheritance]
|
||||||
* Allow UPDATE/DELETE on inherited table
|
* -Allow UPDATE/DELETE on inherited table
|
||||||
* Have UPDATE/DELETE clean out indexes
|
* Have UPDATE/DELETE clean out indexes
|
||||||
* Add UNIQUE capability to non-btree indexes
|
* Add UNIQUE capability to non-btree indexes
|
||||||
* Add btree index support for reltime, tinterval, regproc
|
* Add btree index support for reltime, tinterval, regproc
|
||||||
|
Reference in New Issue
Block a user