Re: [BUGS] BUG #14526: no unique or exclusion constraint matching the ON CONFLICT - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14526: no unique or exclusion constraint matching the ON CONFLICT
Date
Msg-id 5285.1486575118@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] BUG #14526: no unique or exclusion constraint matching the ON CONFLICT  (tiago.babo@gmail.com)
Responses Re: [BUGS] BUG #14526: no unique or exclusion constraint matchingthe ON CONFLICT
List pgsql-bugs
Tiago Babo <tiago.babo@gmail.com> writes:
> This is not how my application is doing the insert (like I showed you before), but it was the only way I could
continuouslyget the error. I'm using a Scala library called ScalikeJDBC to access the database. So maybe the problem is
onhow it handles the execution.  

You should turn on log_statements and look to see what's actually being
sent to the server.

            regards, tom lane


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Tiago Babo
Date:
Subject: Re: [BUGS] BUG #14526: no unique or exclusion constraint matching the ON CONFLICT
Next
From: Peter Geoghegan
Date:
Subject: Re: [BUGS] BUG #14526: no unique or exclusion constraint matching theON CONFLICT