|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Nov28 15:18:30 EST 2001 |
| 3 | +Last updated:Thu Nov29 00:53:42 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -194,6 +194,7 @@ COMMANDS |
194 | 194 | o MOVE 0 should not move to end of cursor |
195 | 195 | o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions |
196 | 196 | o Allow DELETE WHERE CURRENT OF cursor |
| 197 | +o Prevent DROP of table being referenced by our own open cursor |
197 | 198 | * INSERT |
198 | 199 | o Allow INSERT/UPDATE of system-generated oid value for a row |
199 | 200 | o Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..) |
|