Dump

From: Mihai Gheorghiu <tanhq(at)bigplanet(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Dump
Date: 2000-06-06 19:02:19
Message-ID: 000201bfcfea$69ff5020$815c0b3f@new6
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.
After we read all the table contents from the backend, PQendcopy() failed.
Explanation from backend: ''.
The query was : 'COPY "tblname" TO stdout;
'.

Please help.

Thanks,

Mihai

Responses

  • Re: Dump at 2000-06-06 22:14:41 from Tom Lane
  • Dump at 2000-06-07 13:31:30 from Trurl McByte

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2000-06-06 20:38:24 getting inet out of char?
Previous Message Ed Loehr 2000-06-06 18:40:15 'BETWEEN' documentation pointer?