|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Sep3 19:01:42 EDT 2003 |
| 3 | +Last updated:Thu Sep4 20:50:23 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -337,7 +337,8 @@ Referential Integrity
|
337 | 337 | * Support triggers on columns (Neil)
|
338 | 338 | * Have AFTER triggers execute after the appropriate SQL statement in a
|
339 | 339 | function, not at the end of the function
|
340 |
| - |
| 340 | +* Print table names with constraint names in error messages, or make constraint |
| 341 | + names unique within a schema |
341 | 342 |
|
342 | 343 | Dependency Checking
|
343 | 344 | ===================
|
@@ -490,7 +491,7 @@ Source Code
|
490 | 491 | * Acquire lock on a relation before building a relcache entry for it
|
491 | 492 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
492 | 493 | * Add checks for fclose() failure
|
493 |
| -* Change CVS $Id: TODO,v 1.1127 2003/09/03 23:01:47 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1127 2003/09/03 23:01:47 momjian Exp $ |
| 494 | +* Change CVS $Id: TODO,v 1.1128 2003/09/05 00:50:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1128 2003/09/05 00:50:40 momjian Exp $ |
494 | 495 | * Exit postmaster if postgresql.conf can not be opened
|
495 | 496 | * Rename /scripts directory because they are all C programs now
|
496 | 497 | * Allow the regression tests to start postmaster with -i so the tests
|
|