Re: server log error on conflict do nothing - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: server log error on conflict do nothing
Date
Msg-id 693e8a79b7570463b7e4914a2e31cd844bd6914c.camel@cybertec.at
Whole thread Raw
In response to [MASSMAIL]server log error on conflict do nothing  (Claudio Nasuti <caesarfive@gmail.com>)
List pgsql-admin
On Fri, 2024-04-05 at 13:10 +0200, Claudio Nasuti wrote:
> we have a couple of concurrent application that sometimes goes in conflict performing an insert 
> in a table.
> At client side they are managed with clause "on conflict do nothing" and work perfeclty.
> That said when the conflict happens it is reported in the postgresql server log.
> I would like to know (I was unable to find the info in the documentation nor in the maillist archive) 
> if it is possible to configure the server to avoid that these "managed" conflict are reported as error in the server
log.

That cannot be.

It must be some other constraint violations you see in the log.

Normally all errors will reach the client, unless you catch them
with an exception handler in PL/pgSQL code.

Yours,
Laurenz Albe



pgsql-admin by date:

Previous
From: Claudio Nasuti
Date:
Subject: [MASSMAIL]server log error on conflict do nothing
Next
From: jaya kumar
Date:
Subject: Re: Table DML status check per day