| 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-07 15:52:41 |
| Message-ID: | 3937.960393161@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | 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).
> 7.0 on RH6.1
OK, so much for the old-version theory. What is the full declaration of
table 'tblname'? (Easiest way to get it is pg_dump -s -t tblname dbname.)
Also, how many rows in the table?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | mjp | 2000-06-07 16:11:26 | Re: Composite Types |
| Previous Message | Ed Loehr | 2000-06-07 15:37:14 | Re: [SQL] oracle rownum equivalent? |