From 187e884a6ad366cadedca1312453015128487c74 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 17 Mar 2008 22:53:02 +0000 Subject: [PATCH] Add: > > o Remove pre-7.3 pg_dump code that assumes pg_depend does not exit --- doc/TODO | 4 +++- doc/src/FAQ/TODO.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 1c776a8546..9d1b727f8c 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 baa4a20470..869c4ec16c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -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.

+
  • Remove pre-7.3 pg_dump code that assumes pg_depend does not exit
  • ecpg