Re: pg_dump problem

Поиск
Список
Период
Сортировка
От Mathieu Arnold
Тема Re: pg_dump problem
Дата
Msg-id 3B1E2D2D.54D0F884@club-internet.fr
обсуждение исходный текст
Ответ на Re: pg_dump problem  (Andrew Gould <andrewgould@yahoo.com>)
Ответы Re: pg_dump problem
Список pgsql-general

Andrew Gould wrote:
>
> Give the command a place to put the data dump.  For
> Example:
>
> pg_dumpall -c -N -D > backup
>
> or, if you need it compressed (and assuming you're
> running Unix or Linux), pipe it through gzip:
>
> pg_dumpall -c -N -D | gzip -c > backup.gz
>
> Best of luck,

well, it's already doing this :
/opt/pg/bin/pg_dumpall -c -N -D |gzip -c9 > $SAVE$DATE-blemish-pgsql.tgz
but the fact is that when it arrives on the big table, it just sits
there doing nothing (and i mean nothing). It was still working with
about 3M rows.

--
Mathieu Arnold

В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Gould
Дата:
Сообщение: Re: pg_dump problem
Следующее
От: Randall Perry
Дата:
Сообщение: Re: Text data type doesn't accept newlines?