summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-08-20 02:16:38 +0000
committerBruce Momjian2002-08-20 02:16:38 +0000
commit4ee4940584f7b8c8b8c68cee0fb6738e468d1874 (patch)
tree41218d78d7f782133cd1ef27b36c340890184559
parenta0bf1a7f2e27944ef9e3bd3b5940ca511cbc333e (diff)
Done by Rod:
> * -Make other constraints clearer in dump file
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8855c16f65e..d35ce83442e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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