Postgres 16.2 query with on conflict gives an error
I begin a transaction
In the transaction I have an insert query which violates several constraints.
Since I do not want to rollback the transaction so I can continue I end my insert query with:
I begin a transaction
In the transaction I have an insert query which violates several constraints.
Since I do not want to rollback the transaction so I can continue I end my insert query with: