Re: pg_dump problem

From: Mathieu Arnold <arn_mat(at)club-internet(dot)fr>
To: Andrew Gould <andrewgould(at)yahoo(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump problem
Date: 2001-06-06 13:16:29
Message-ID: 3B1E2D2D.54D0F884@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martín Marqués 2001-06-06 13:21:00 tables, permissions, sequences
Previous Message Andrew Gould 2001-06-06 12:52:01 Re: pg_dump problem