Re: ERROR: canceling statement due to user request

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: "FOUTE K(dot) Jaurès" <jauresfoute(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: ERROR: canceling statement due to user request
Date: 2020-08-05 10:07:12
Message-ID: 2D435AF4-F615-4413-BCC2-2D891AF2112B@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Jaurès,

> On 05. Aug, 2020, at 11:35, FOUTE K. Jaurès <jauresfoute(at)gmail(dot)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 error per se.

Cheers,
Paul

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2020-08-05 10:12:26 Re: ERROR: canceling statement due to user request
Previous Message Pavel Stehule 2020-08-05 10:02:57 Re: ERROR: canceling statement due to user request