|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Oct 817:43:55 EDT 2003 |
| 3 | +Last updated:Wed Oct 818:29:55 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -127,7 +127,6 @@ Multi-Language Support
|
127 | 127 | * Fix upper()/lower() to work for multibyte encodings
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
131 | 130 | Views / Rules
|
132 | 131 | =============
|
133 | 132 |
|
@@ -344,6 +343,7 @@ Referential Integrity
|
344 | 343 | * Print table names with constraint names in error messages, or make constraint
|
345 | 344 | names unique within a schema
|
346 | 345 | * Issue NOTICE if foreign key data type doesn't match primary key
|
| 346 | +* Remove CREATE CONSTRAINT TRIGGER |
347 | 347 |
|
348 | 348 |
|
349 | 349 | Dependency Checking
|
@@ -504,7 +504,7 @@ Source Code
|
504 | 504 | * Acquire lock on a relation before building a relcache entry for it
|
505 | 505 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
506 | 506 | * Add checks for fclose() failure
|
507 |
| -* Change CVS $Id: TODO,v 1.1144 2003/10/0821:44:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1144 2003/10/0821:44:06 momjian Exp $ |
| 507 | +* Change CVS $Id: TODO,v 1.1145 2003/10/0822:29:58 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1145 2003/10/0822:29:58 momjian Exp $ |
508 | 508 | * Exit postmaster if postgresql.conf can not be opened
|
509 | 509 | * Rename /scripts directory because they are all C programs now
|
510 | 510 | * Allow the regression tests to start postmaster with -i so the tests
|
|