Re: Transaction issue - Mailing list pgsql-general

From David G. Johnston
Subject Re: Transaction issue
Date
Msg-id CAKFQuwZ+yT-jDtYUv8sbPskQO+SW6iRZL0XQjE0PPpBFfmetig@mail.gmail.com
Whole thread Raw
In response to Transaction issue  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Transaction issue
List pgsql-general
On Wed, Jun 19, 2024 at 10:56 AM Rich Shepard <rshepard@appl-ecosys.com> wrote:
I now insert rows using a transaction. Sometimes psql halts with an error:
ERROR:  current transaction is aborted, commands ignored until end of transaction block

I issue a rollback; command but cannot continue processing. What is the
appropriate way to respond to that error after fixing the syntax error?

Simplest process, after rollback you fix the problem and start again from the top of the transaction.

David J.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Transaction issue
Next
From: Rich Shepard
Date:
Subject: Re: Transaction issue