Michael Monnerie <michael.monne...@is.it-management.at> writes:
> Why couldn't pg_dumpall get the same behaviour as pg_dump? It could get 
> that -Fc, and couldn't it be implementet as "call pg_dump for each db 
> and once for the system"? Why is it that different at all?

The -Fc (and -Ft) formats are only designed to hold the contents of a
single database; and pg_restore only knows how to restore into a single
database.

If you feel like fixing that, step right up.

                        regards, tom lane

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to