Re: pg_dump fails when it gets to table containing bytea - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump fails when it gets to table containing bytea
Date
Msg-id 19342.1130426559@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump fails when it gets to table containing bytea  ("Carlos Oliva" <carlos@pbsinet.com>)
List pgsql-general
"Carlos Oliva" <carlos@pbsinet.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

pgsql-general by date:

Previous
From: Alex Stapleton
Date:
Subject: Re: Why database is corrupted after re-booting
Next
From: Richard Huxton
Date:
Subject: Re: Why database is corrupted after re-booting