Re: ERROR: canceling statement due to user request - Mailing list pgsql-general

From Paul Förster
Subject Re: ERROR: canceling statement due to user request
Date
Msg-id 2D435AF4-F615-4413-BCC2-2D891AF2112B@gmail.com
Whole thread Raw
In response to ERROR: canceling statement due to user request  (FOUTE K. Jaurès <jauresfoute@gmail.com>)
Responses Re: ERROR: canceling statement due to user request
Re: ERROR: canceling statement due to user request
List pgsql-general
Hi Jaurès,

> On 05. Aug, 2020, at 11:35, FOUTE K. Jaurès <jauresfoute@gmail.com> wrote:
>
> Hello,
>
> How can I Solve this error ?
>
> ERROR:  canceling statement due to user request

simple: don't make the user hit ctrl-c or otherwise interrupt a transaction in progress.

As soon, as a transaction is interrupted, you'll get the message. This is mostly informational and not necessarily an
errorper se. 

Cheers,
Paul


pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: ERROR: canceling statement due to user request
Next
From: Pavel Stehule
Date:
Subject: Re: ERROR: canceling statement due to user request