Re: Does export operation cancel SQLs? - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Does export operation cancel SQLs?
Date
Msg-id 098b7dbed4aa52c97b6159b26c36129ff2f10409.camel@cybertec.at
Whole thread Raw
In response to Re: Does export operation cancel SQLs?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Does export operation cancel SQLs?
List pgsql-admin
On Wed, 2025-02-19 at 06:54 -0700, David G. Johnston wrote:
> > We have PostgreSQL 16 running in GCP cloud SQL. When export job runs we are noticing these messages excessively:
> >
> > db=postgres,user=postgres ERROR:  canceling statement due to user request
> >
> > Does Export cancel the SQLs? If not, why are we noticing these messages excessively during the export operation?
Theload on the instance is minimal 
>
> It says “user request”.  I’d advise figuring out what was cancelled and what “user” did so.
> Probably DDL commands failing to get exclusive locks.

No, that message is from a cancel request, like when you interrupt your
currently running query with Ctrl+C in "psql" or invoke pg_cancel_backend().
PostgreSQL doesn't do that by itself.

Yours,
Laurenz Albe

--

*E-Mail Disclaimer*
Der Inhalt dieser E-Mail ist ausschliesslich fuer den
bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat
dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte,
dass jede Form der Kenntnisnahme, Veroeffentlichung, Vervielfaeltigung oder
Weitergabe des Inhalts dieser E-Mail unzulaessig ist. Wir bitten Sie, sich
in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen.

*CONFIDENTIALITY NOTICE & DISCLAIMER
*This message and any attachment are
confidential and may be privileged or otherwise protected from disclosure
and solely for the use of the person(s) or entity to whom it is intended.
If you have received this message in error and are not the intended
recipient, please notify the sender immediately and delete this message and
any attachment from your system. If you are not the intended recipient, be
advised that any use of this message is prohibited and may be unlawful, and
you must not copy this message or attachment or disclose the contents to
any other person.



pgsql-admin by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Does export operation cancel SQLs?
Next
From: Ron Johnson
Date:
Subject: Re: Does export operation cancel SQLs?