Thus spake The Hermit Hacker
> all 77 databases got dump'd as the same database:

Personally I never use pg_dumpall.  It is easy to write a script to get
the list of databases and use pg_dump to dump them individually.  In fact
I like dumping individual tables if I can.  Mostly I like the ability to
fix one table if there is a problem.  Finding and fixing one 7 row table
in a multi-gigabyte files really sucks.  :-)

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to