Re: Dump database more than 1 flat file

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Dump database more than 1 flat file
Дата
Msg-id dcc563d10712151016s381f09e1m6637a8d4cb49f37e@mail.gmail.com
обсуждение исходный текст
Ответ на Dump database more than 1 flat file  ("A.Burbello" <burbello3000@yahoo.com.br>)
Ответы Re: Dump database more than 1 flat file  ("A.Burbello" <burbello3000@yahoo.com.br>)
Список 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 по дате отправления:

Предыдущее
От: "A.Burbello"
Дата:
Сообщение: Dump database more than 1 flat file
Следующее
От: Julio Leyva
Дата:
Сообщение: Re: pg_hba.conf is driving me nuts