Re: pg_dump problem

From: Andrew Gould <andrewgould(at)yahoo(dot)com>
To: Mathieu Arnold <arn_mat(at)club-internet(dot)fr>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump problem
Date: 2001-06-06 12:52:01
Message-ID: 20010606125201.54706.qmail@web13408.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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,

Andrew Gould

--- Mathieu Arnold <arn_mat(at)club-internet(dot)fr> wrote:
>
>
> Andrew Gould wrote:
> >
> > Please show us how you executed pg_dump. That is,
> > what syntax did you use?
> >
> > Andrew Gould
> > --- Mathieu Arnold <arn_mat(at)club-internet(dot)fr>
> wrote:
> > > Hi
> > >
> > > I have a table with more than 4M entries and
> pg_dump
> > > refuses to dump it,
> > > it just sits on it waiting. As i'm backuping my
> db
> > > with pg_dump, I do
> > > have a problem here.
> > >
> > > $ postmaster -V
> > > postmaster (PostgreSQL) 7.1
> > > $ pg_dump -V
> > > pg_dump (PostgreSQL) 7.1
>
> pg_dumpall -c -N -D
>
> --
> Mathieu Arnold
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
majordomo(at)postgresql(dot)org

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mathieu Arnold 2001-06-06 13:16:29 Re: pg_dump problem
Previous Message Marc Valentin 2001-06-06 12:04:47 Kylix dbexpress driver ?