Add:
authorBruce Momjian <bruce@momjian.us>
Wed, 8 Oct 2003 22:29:58 +0000 (22:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 8 Oct 2003 22:29:58 +0000 (22:29 +0000)
<
346a346
> * Remove CREATE CONSTRAINT TRIGGER

doc/TODO

index c95ffb3aa773f453d6f02f6f51e0dcb3e12a297a..6e84c795450ae1e12c64012fc3d7f94a21ef5771 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Oct  8 17:43:55 EDT 2003
+Last updated:          Wed Oct  8 18:29:55 EDT 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -127,7 +127,6 @@ Multi-Language Support
 * Fix upper()/lower() to work for multibyte encodings
 
 
 Views / Rules
 =============
 
@@ -344,6 +343,7 @@ Referential Integrity
 * Print table names with constraint names in error messages, or make constraint
   names unique within a schema
 * Issue NOTICE if foreign key data type doesn't match primary key
+* Remove CREATE CONSTRAINT TRIGGER
 
 
 Dependency Checking