diff options
author | Bruce Momjian | 2007-01-25 02:48:06 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-01-25 02:48:06 +0000 |
commit | 7aa09c5df58875a05c2dfb4ad88c4037b2bc66a0 (patch) | |
tree | 44e549a09bf119f6d3dace4860902bdd11c5f2ec /doc/TODO | |
parent | d37881fd908e286d0c7b942ee13331c203f12eb1 (diff) |
Done:
< o Add -f to pg_dumpall
> o -Add -f to pg_dumpall
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Jan 20 18:18:33 EST 2007 +Last updated: Wed Jan 24 21:48:02 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -769,7 +769,7 @@ Clients o Stop dumping CASCADE on DROP TYPE commands in clean mode o Allow pg_dump --clean to drop roles that own objects or have privileges - o Add -f to pg_dumpall + o -Add -f to pg_dumpall * ecpg |