Re: System dump, but not in the default format

From: Dave Smith <dave(dot)smith(at)candata(dot)com>
To: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: System dump, but not in the default format
Date: 2003-03-28 14:31:29
Message-ID: 1048861889.22595.31.camel@playpen
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would suggest using pg_dumpall only to dump the global postgres info
and then use pg_dump with the -Fc option for the databases .From that
you can use pg_restore for individual tables.

On Fri, 2003-03-28 at 08:24, David Goodenough wrote:
> I would like to do a dump of all the DBs in a postgres system in the manner
> of pg_dumpall, but dumping the DBs out to individual files rather than one
> big one, and using a binary dump to make individual table restores easier.
>
> Can I do this with options to pg_dumpall (or some other command I have not
> noticed), or do I need to take a copy and modify the copy to do what I need?
>
> I am running a 7.2 system if that makes a difference.
>
> Thanks in advance
>
> David
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew 2003-03-28 15:12:33 updating table field whenever other table field changes
Previous Message Andreas Rust 2003-03-28 13:25:14 User based permission on a table