11TODO list for PostgreSQL
22========================
3- Last updated:Fri Nov 8 12:42:14 EST 2002
3+ Last updated:Tue Nov12 21:10:17 EST 2002
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -156,6 +156,8 @@ Commands
156156* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
157157* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
158158* Make a transaction-safe TRUNCATE
159+ * Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column
160+
159161
160162* ALTER
161163o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -179,7 +181,7 @@ Commands
179181
180182* CURSOR
181183o Allow BINARY option to SELECT, just like DECLARE
182- o MOVE 0 should not move to end of cursor (Bruce)
184+ o- MOVE 0 should not move to end of cursor (Bruce)
183185o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
184186 stored in the backend
185187o Prevent DROP of table being referenced by our own open cursor