Re: Dump database more than 1 flat file - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Dump database more than 1 flat file
Date
Msg-id dcc563d10712151016s381f09e1m6637a8d4cb49f37e@mail.gmail.com
Whole thread Raw
In response to Dump database more than 1 flat file  ("A.Burbello" <burbello3000@yahoo.com.br>)
Responses Re: Dump database more than 1 flat file  ("A.Burbello" <burbello3000@yahoo.com.br>)
List pgsql-admin
On Dec 15, 2007 11:42 AM, A.Burbello <burbello3000@yahoo.com.br> wrote:
> Hi people,
>
> How can I export (dump) database more than 1 file?
> I have great table and can't split.
> Like Oracle, just set the parameter filesize and the
> files name, and dump in several files.

You could pipe the output of pg_dump to split, or split it after it's
been created.

But is there a reason for doing this or is it just some practice you're into?

pgsql-admin by date:

Previous
From: "A.Burbello"
Date:
Subject: Dump database more than 1 flat file
Next
From: Julio Leyva
Date:
Subject: Re: pg_hba.conf is driving me nuts