1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated:Fri Nov 8 12:42:14 EST 2002
3
+ Last updated:Tue Nov12 21:10:17 EST 2002
4
4
5
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -156,6 +156,8 @@ Commands
156
156
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
157
157
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
158
158
* Make a transaction-safe TRUNCATE
159
+ * Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column
160
+
159
161
160
162
* ALTER
161
163
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -179,7 +181,7 @@ Commands
179
181
180
182
* CURSOR
181
183
o 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)
183
185
o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
184
186
stored in the backend
185
187
o Prevent DROP of table being referenced by our own open cursor