pg_dumpall -f <filename> option

From: Dave Page <dpage(at)postgresql(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: pg_dumpall -f <filename> option
Date: 2007-01-16 11:32:09
Message-ID: 45ACB7B9.2070005@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Per discussion on -hackers, the attached patch adds the option

-f, --file=FILENAME

to pg_dumpall. In order to support this, a new (undocumented) format
option (-Fa) is added to pg_dump which is identical to -Fp, except that
the output file is opened for append rather than write.

This patch should be applied over the top of my previous patch
(pg_dumpall_default_database3.diff).

Regards, Dave

Attachment Content-Type Size
pg_dumpall_to_file.diff text/plain 18.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-01-16 14:13:36 Enabling autovacuum by default (was Re: Autovacuum improvements)
Previous Message Heikki Linnakangas 2007-01-16 11:12:57 Recalculating OldestXmin in a long-running vacuum