Re: Dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mihai Gheorghiu <tanhq(at)bigplanet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Dump
Date: 2000-06-06 22:14:41
Message-ID: 1333.960329681@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mihai Gheorghiu <tanhq(at)bigplanet(dot)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

In response to

  • Dump at 2000-06-06 19:02:19 from Mihai Gheorghiu

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Mendyke 2000-06-06 23:41:15 Timestamp and compatiblity with MySQL
Previous Message mjp 2000-06-06 22:11:13 Composite Types