Re: Problem with pg_dumpall

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ryan Bradetich <ryan_bradetich(at)hp(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problem with pg_dumpall
Date: 2000-06-27 21:50:13
Message-ID: 14979.962142613@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ryan Bradetich <ryan_bradetich(at)hp(dot)com> writes:
> -- dumping out the contents of Table 'medusa'
> FATAL 1: Memory exhausted in AllocSetAlloc()
> PQendcopy: resetting connection
> SQL query to dump the contents of Table 'medusa' did not execute
> correctly. After we read all the table contents from the backend,
> PQendcopy() failed. Explanation from backend: 'FATAL 1: Memory
> exhausted in AllocSetAlloc()
> '.
> The query was: 'COPY "medusa" WITH OIDS TO stdout;

Hmm. What is the full definition of that table? (pg_dump -s -t medusa
would do.)

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ryan Bradetich 2000-06-27 21:55:06 Re: Problem with pg_dumpall
Previous Message Kenn Thompson 2000-06-27 18:10:18 Problem with pg_dumpall in reverse