Add:
> * Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column > o -MOVE 0 should not move to end of cursor (Bruce)
This commit is contained in:
parent
4e5a947d1c
commit
34529aeb64
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Nov 8 12:42:14 EST 2002
|
Last updated: Tue Nov 12 21:10:17 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -156,6 +156,8 @@ Commands
|
|||||||
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
||||||
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
||||||
* Make a transaction-safe TRUNCATE
|
* Make a transaction-safe TRUNCATE
|
||||||
|
* Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column
|
||||||
|
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||||
@ -179,7 +181,7 @@ Commands
|
|||||||
|
|
||||||
* CURSOR
|
* CURSOR
|
||||||
o Allow BINARY option to SELECT, just like DECLARE
|
o Allow BINARY option to SELECT, just like DECLARE
|
||||||
o MOVE 0 should not move to end of cursor (Bruce)
|
o -MOVE 0 should not move to end of cursor (Bruce)
|
||||||
o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
|
o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
|
||||||
stored in the backend
|
stored in the backend
|
||||||
o Prevent DROP of table being referenced by our own open cursor
|
o Prevent DROP of table being referenced by our own open cursor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user