Re: pg_dump problem - Mailing list pgsql-general

From Mathieu Arnold
Subject Re: pg_dump problem
Date
Msg-id 3B1E2D2D.54D0F884@club-internet.fr
Whole thread Raw
In response to Re: pg_dump problem  (Andrew Gould <andrewgould@yahoo.com>)
Responses Re: pg_dump problem  (Andrew Gould <andrewgould@yahoo.com>)
List 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 by date:

Previous
From: Andrew Gould
Date:
Subject: Re: pg_dump problem
Next
From: Randall Perry
Date:
Subject: Re: Text data type doesn't accept newlines?