Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 67afe3d

Browse files
committed
Add:
< 346a346 > * Remove CREATE CONSTRAINT TRIGGER
1 parent 5fc9d0e commit 67afe3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Oct 8 17:43:55 EDT 2003
3+
Last updated: Wed Oct 8 18:29:55 EDT 2003
44

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

@@ -127,7 +127,6 @@ Multi-Language Support
127127
* Fix upper()/lower() to work for multibyte encodings
128128

129129

130-
131130
Views / Rules
132131
=============
133132

@@ -344,6 +343,7 @@ Referential Integrity
344343
* Print table names with constraint names in error messages, or make constraint
345344
names unique within a schema
346345
* Issue NOTICE if foreign key data type doesn't match primary key
346+
* Remove CREATE CONSTRAINT TRIGGER
347347

348348

349349
Dependency Checking
@@ -504,7 +504,7 @@ Source Code
504504
* Acquire lock on a relation before building a relcache entry for it
505505
* Research interaction of setitimer() and sleep() used by statement_timeout
506506
* Add checks for fclose() failure
507-
* Change CVS $Id: TODO,v 1.1144 2003/10/08 21:44:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1144 2003/10/08 21:44:06 momjian Exp $
507+
* Change CVS $Id: TODO,v 1.1145 2003/10/08 22:29:58 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1145 2003/10/08 22:29:58 momjian Exp $
508508
* Exit postmaster if postgresql.conf can not be opened
509509
* Rename /scripts directory because they are all C programs now
510510
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)