Re: pg_dump fails when it gets to table containing bytea

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Carlos Oliva" <carlos(at)pbsinet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump fails when it gets to table containing bytea
Date: 2005-10-27 15:22:39
Message-ID: 19342.1130426559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Carlos Oliva" <carlos(at)pbsinet(dot)com> writes:
> We are getting the following error message whe we run "pg_dump -Ft <database
> name> > database.tar":

> pg_dump: ERROR: canceling query due to user request

This implies that something sent SIGINT to the backend process.

We've heard some reports that suggest that some platforms send SIGINT
when a soft resource consumption limit is hit (too much process runtime
or I/O or something). Look around for something of that description,
particularly if the limit settings were changed recently.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-10-27 15:40:00 Re: Why database is corrupted after re-booting
Previous Message Alex Stapleton 2005-10-27 15:14:22 Re: Why database is corrupted after re-booting