From: | Michael Monnerie <michael(dot)monnerie(at)is(dot)it-management(dot)at> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: [GENERAL] Encoding problem using pg_dumpall |
Date: | 2009-01-30 11:23:49 |
Message-ID: | 200901301223.49703@zmi.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
On Freitag 30 Januar 2009 Tom Lane wrote:
> 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.
Sorry, didn't want to step on toes here. I know that sometimes if you
perfectly know a system you get blind over alternatives, and wanted to
throw in an idea.
The format of pg_dumpall could be a tar of single pg_dumps as well,
making pg_dumpall just call pg_dump for each db, putting that output
into the tar output from pg_dumpall. But again, just an idea, I don't
mind really. I'm just a sysadmin who wants things as easy as possible.
Maybe fixing pg_dumpall to include that -E is easier.
mfg zmi
--
// Michael Monnerie, Ing.BSc ----- http://it-management.at
// Tel: 0660 / 415 65 31 .network.your.ideas.
// PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net Key-ID: 1C1209B4
From | Date | Subject | |
---|---|---|---|
Next Message | Suresh Borse | 2009-01-30 11:34:59 | How to migrate from oracle to postgres !! |
Previous Message | Jaume Sabater | 2009-01-30 08:53:19 | Re: Warm standby recovery failure |
From | Date | Subject | |
---|---|---|---|
Next Message | Reg Me Please | 2009-01-30 11:40:36 | PGSQL and Javascript |
Previous Message | Gregory Stark | 2009-01-30 11:12:55 | Re: complex custom aggregate function |