Skip to content

Commit 8af3186

Browse files
committed
Add:
< > * Print table names with constraint names in error messages, or make constraint > names unique within a schema
1 parent 7a36937 commit 8af3186

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/TODO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Sep 3 19:01:42 EDT 2003
3+
Last updated: Thu Sep 4 20:50:23 EDT 2003
44

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

@@ -337,7 +337,8 @@ Referential Integrity
337337
* Support triggers on columns (Neil)
338338
* Have AFTER triggers execute after the appropriate SQL statement in a
339339
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
341342

342343
Dependency Checking
343344
===================
@@ -490,7 +491,7 @@ Source Code
490491
* Acquire lock on a relation before building a relcache entry for it
491492
* Research interaction of setitimer() and sleep() used by statement_timeout
492493
* 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 $
494495
* Exit postmaster if postgresql.conf can not be opened
495496
* Rename /scripts directory because they are all C programs now
496497
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)