Hello, I would like to insert a bunch of rows in a table in a transaction. Some of the insertions will fail due to constraints violation. When this happens, Postgres automatically ends the transaction and rolls back all the previous inserts. I would like to continue the transaction and issue the commit/rollback command myself. How to do it? Is there any setting I am missing? Is it possible at all? Thanks, Cristi
- Re: [SQL] how to continue a transaction after an e... Cristi Petrescu-Prahova
- Re: [SQL] how to continue a transaction after... Stephan Szabo
- Re: [SQL] how to continue a transaction after... Ross J. Reedstrom
- Re: [SQL] how to continue a transaction a... Philip Warner
- Re: [SQL] how to continue a transacti... Stephan Szabo
- Re: [SQL] how to continue a trans... Philip Warner
- Re: [SQL] how to continue a ... Stephan Szabo
- RE: [SQL] how to continue a transaction after... Edmar Wiggers
- Re: [SQL] how to continue a transaction a... Cristi Petrescu-Prahova
- RE: [SQL] how to continue a transaction after... Mikheev, Vadim