|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Nov 2212:18:38 EST 2001 |
| 3 | +Last updated:Thu Nov 2220:48:31 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -162,11 +162,6 @@ COMMANDS |
162 | 162 | * Add BETWEEN ASYMMETRIC/SYMMETRIC |
163 | 163 | * Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce) |
164 | 164 | * Allow LIMIT/OFFSET to use expressions |
165 | | -* Allow PL/PgSQL's RAISE function to take expressions |
166 | | -* PL/PgSQL does not handle quoted mixed-case identifiers |
167 | | -* Change PL/PgSQL to use palloc() instead of malloc() |
168 | | -* Add untrusted version of plpython |
169 | | -* Add plsh server-side shell language (Peter E) |
170 | 165 | * -Allow GRANT/REVOKE to handle multiple user/group names |
171 | 166 | * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince) |
172 | 167 | * Disallow TRUNCATE on tables that are involved in referential constraints |
@@ -215,6 +210,12 @@ COMMANDS |
215 | 210 | o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM |
216 | 211 | ANALYZE, and CLUSTER |
217 | 212 | o Add SHOW command to see locale |
| 213 | +SERVER-SIDE LANGUAGES |
| 214 | +o Allow PL/PgSQL's RAISE function to take expressions |
| 215 | +o PL/PgSQL does not handle quoted mixed-case identifiers |
| 216 | +o Change PL/PgSQL to use palloc() instead of malloc() |
| 217 | +o Add untrusted version of plpython |
| 218 | +o Add plsh server-side shell language (Peter E) |
218 | 219 |
|
219 | 220 | CLIENTS |
220 | 221 |
|
@@ -270,6 +271,8 @@ REFERENTIAL INTEGRITY |
270 | 271 | * Allow user to control trigger firing order |
271 | 272 | * Change foreign key constraint for array -> element to mean element |
272 | 273 | in array |
| 274 | +* Fix foreign key constraints to not error on intermediate states |
| 275 | + of the database (Stephan) |
273 | 276 |
|
274 | 277 | DEPENDENCY CHECKING |
275 | 278 |
|
|