Re: ERROR : invalid transaction termination : PostgreSQL v12

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Jagmohan Kaintura <jagmohan(at)tecorelabs(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: ERROR : invalid transaction termination : PostgreSQL v12
Date: 2020-11-23 18:46:47
Message-ID: CAHOFxGoEmMsDwxpJGiLTbXcGhdh3p7Vg=QJiMoJuV2idFCQUHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 23, 2020 at 10:03 AM Jagmohan Kaintura <jagmohan(at)tecorelabs(dot)com>
wrote:

> Hi ,
> The Block is only failing immediately at First COMMIT only. It's not
> supporting COMMIT. I have removed some portion of code before the second
> COMMIT.
>

Please don't top-post on the Postgres lists by the way (reply with all
previous conversation copied below).

The only way this would happen that I am aware of is if you called begin
before your batch function.

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jagmohan Kaintura 2020-11-24 01:52:41 Re: ERROR : invalid transaction termination : PostgreSQL v12
Previous Message Joshua Drake 2020-11-23 17:16:06 Re: Multiple result set not displayed in PgAdmin4