Re: Big 7.1 open items - Mailing list pgsql-hackers

From Chris Bitmead
Subject Re: Big 7.1 open items
Date
Msg-id 3952A763.FDCE1489@nimrod.itg.telecom.com.au
Whole thread Raw
In response to Re: Big 7.1 open items  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: Big 7.1 open items  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
The Hermit Hacker wrote:

> Or, modify pg_dump so that it auto-dumps to two files, one for schema, one
> for data.  then its easier to modify the schema on a large database if
> tablespaces change ...

That's a pretty good idea as an option. But I'd say keep the schema
separate from the tablespace locations. And if you're going down that
path why not create a directory automatically and dump each table into a
separate file. On occasion I've had to restore one table by hand-editing
the pg_dump, and that's a real pain.


pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: Big 7.1 open items
Next
From: Chris Bitmead
Date:
Subject: PGSQL internals question...