diff --git a/doc/TODO b/doc/TODO index 1c776a85463..9d1b727f8c1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Mar 17 18:45:15 EDT 2008 +Last updated: Mon Mar 17 18:52:59 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1025,6 +1025,8 @@ Clients Using psql to restore a pg_dump dump is also affected. + o Remove pre-7.3 pg_dump code that assumes pg_depend does not exit + * ecpg o Docs diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index baa4a204703..869c4ec16cd 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Mar 17 18:45:15 EDT 2008
+Last updated: Mon Mar 17 18:52:59 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -894,6 +894,7 @@ first. There is also a developer's wiki at
statement_timeout
Using psql to restore a pg_dump dump is also affected.
+