diff options
author | Bruce Momjian | 2002-08-20 02:16:38 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-08-20 02:16:38 +0000 |
commit | 4ee4940584f7b8c8b8c68cee0fb6738e468d1874 (patch) | |
tree | 41218d78d7f782133cd1ef27b36c340890184559 | |
parent | a0bf1a7f2e27944ef9e3bd3b5940ca511cbc333e (diff) |
Done by Rod:
> * -Make other constraints clearer in dump file
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Aug 17 11:09:40 EDT 2002 +Last updated: Mon Aug 19 22:16:31 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -346,7 +346,7 @@ Dependency Checking * Propagate column or table renaming to foreign key constraints * -Automatically drop constraints/functions when object is dropped * -Make foreign key constraints clearer in dump file -* Make other constraints clearer in dump file +* -Make other constraints clearer in dump file * -Make foreign keys easier to identify * Flush cached query plans when their underlying catalog data changes * Use dependency information to dump data in proper order |