From: Bruce Momjian Date: Wed, 12 Oct 2005 02:57:42 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_1_0BETA4~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=368f0b28f32227ea6e46cab05d85ee0f82205c3e;p=thirdparty%2Fpostgresql.git Add: > o Add options like pg_restore -l and -L to pg_dump --- diff --git a/doc/TODO b/doc/TODO index 98cf66c76cc..e846a4b3ca3 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Oct 11 19:55:10 EDT 2005 +Last updated: Tue Oct 11 22:57:45 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -599,6 +599,7 @@ Clients tables o In a selective dump, allow dumping of an object and all its dependencies + o Add options like pg_restore -l and -L to pg_dump * ecpg diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 73b5c44b5b7..f4ffd593584 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Oct 11 19:55:10 EDT 2005 +Last updated: Tue Oct 11 22:57:45 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -547,6 +547,7 @@ first. tables

  • In a selective dump, allow dumping of an object and all its dependencies +
  • Add options like pg_restore -l and -L to pg_dump
  • ecpg