On Wed, 19 Nov 2003, Rob Sell wrote:
> Ok this should be simple but I am missing something here.
>
> Yesterday I upgrade to 7.4 before I do that I run
>
> $pg_dumpall > /tmp/pg_keep
IIRC, dumpall uses the text output options of pg_dump which you restore
by passing to psql rather than using pg_restore (which is for the
custom/tar outputs I think).