Dump - Mailing list pgsql-general

From Mihai Gheorghiu
Subject Dump
Date
Msg-id 000201bfcfea$69ff5020$815c0b3f@new6
Whole thread Raw
Responses Re: Dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Dump  (Trurl McByte <trurl@realtor3d.odessa.ua>)
List 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


pgsql-general by date:

Previous
From: Gregory Krasnow OpenSourceCRM
Date:
Subject: Running PostgreSQL 7.0 on WinNT w/cygwinb20 and cygwin-ipc
Next
From: Andrew Sullivan
Date:
Subject: getting inet out of char?