Re: Transaction issue

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Transaction issue
Date: 2024-06-19 20:10:02
Message-ID: ec5e8ea3-8aac-48ff-98dc-02730f34f56e@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/19/24 12:40, Rich Shepard wrote:
> On Wed, 19 Jun 2024, Adrian Klaver wrote:
>
>> Are there transaction statements e.g. BEGIN;, COMMIT; in the script?
>
> Adrian,
>
> Yes, each script has BEGIN; on line 1.

Does it have a COMMIT; at the end?

At this point I think you need to create a simple test case where:

1) You have script with
BEGIN;
<A line that contains the syntax error>
COMMIT;

2) In psql do \i <the_script>

3) Do what you did before.

Shows us the content of the steps in your reply.

>
> Rich
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2024-06-19 20:13:31 Re: Transaction issue
Previous Message Rich Shepard 2024-06-19 19:40:10 Re: Transaction issue