Re: Dump - Mailing list pgsql-general

From Tom Lane
Subject Re: Dump
Date
Msg-id 1333.960329681@sss.pgh.pa.us
Whole thread Raw
In response to Dump  (Mihai Gheorghiu <tanhq@bigplanet.com>)
List pgsql-general
Mihai Gheorghiu <tanhq@bigplanet.com> writes:
> I wanted to back up a database prior to upgrading to 7.0.2
> pg_dump dbname > dbname.bak
> FATAL 1: Memory exhausted in AllocSetAlloc()
> PQendcopy: resetting connection
> SQL query to dump the contents of Table 'tblname' did not execute correctly.

Hmm, what version are you using now?  COPY used to have a memory leak
problem according to the CVS logs, but that was long ago (pre-6.4).

            regards, tom lane

pgsql-general by date:

Previous
From: mjp@ornl.gov
Date:
Subject: Composite Types
Next
From: Lincoln Yeoh
Date:
Subject: Re: index problem