|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Sep 10 16:14:38 EDT 2003 |
| 3 | +Last updated:Wed Sep 10 16:17:15 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -341,6 +341,8 @@ Referential Integrity
|
341 | 341 | function, not at the end of the function
|
342 | 342 | * Print table names with constraint names in error messages, or make constraint
|
343 | 343 | names unique within a schema
|
| 344 | +* Issue NOTICE if foreign key data type doesn't match primary key |
| 345 | + |
344 | 346 |
|
345 | 347 | Dependency Checking
|
346 | 348 | ===================
|
@@ -497,7 +499,7 @@ Source Code
|
497 | 499 | * Acquire lock on a relation before building a relcache entry for it
|
498 | 500 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
499 | 501 | * Add checks for fclose() failure
|
500 |
| -* Change CVS $Id: TODO,v 1.1135 2003/09/10 20:14:42 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1135 2003/09/10 20:14:42 momjian Exp $ |
| 502 | +* Change CVS $Id: TODO,v 1.1136 2003/09/10 20:17:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1136 2003/09/10 20:17:21 momjian Exp $ |
501 | 503 | * Exit postmaster if postgresql.conf can not be opened
|
502 | 504 | * Rename /scripts directory because they are all C programs now
|
503 | 505 | * Allow the regression tests to start postmaster with -i so the tests
|
|