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 11:33:03
Message-ID: 3B1E14EF.25436BB0@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ognyan Kulev 2001-06-06 11:41:29 Database quotas for users
Previous Message Andrew Gould 2001-06-06 11:24:53 Re: pg_dump problem