Skip to content

Commit 2b56a96

Browse files
committed
Add:
> * Issue NOTICE if foreign key data type doesn't match primary key
1 parent e303be7 commit 2b56a96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Sep 10 16:14:38 EDT 2003
3+
Last updated: Wed Sep 10 16:17:15 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -341,6 +341,8 @@ Referential Integrity
341341
function, not at the end of the function
342342
* Print table names with constraint names in error messages, or make constraint
343343
names unique within a schema
344+
* Issue NOTICE if foreign key data type doesn't match primary key
345+
344346

345347
Dependency Checking
346348
===================
@@ -497,7 +499,7 @@ Source Code
497499
* Acquire lock on a relation before building a relcache entry for it
498500
* Research interaction of setitimer() and sleep() used by statement_timeout
499501
* 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 $
501503
* Exit postmaster if postgresql.conf can not be opened
502504
* Rename /scripts directory because they are all C programs now
503505
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)