|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Oct 903:38:27 EDT 2000 |
| 3 | +Last updated:Mon Oct 915:41:14 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -137,7 +137,7 @@ COMMANDS |
137 | 137 | * -Allow DELETE and UPDATE to use inheritance |
138 | 138 | * Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) |
139 | 139 | * Allow BINARY option to SELECT, like we do with DECLARE |
140 | | -* Prevent truncate on table with a referential integrity trigger |
| 140 | +* Prevent truncate on table with a referential integrity trigger (RESTRICT) |
141 | 141 | * MOVE 0 should not move to end of cursor |
142 | 142 | * Overhaul ACL (access control) code |
143 | 143 |
|
|