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-20 14:56:28
Message-ID: 3fe68b62-39bd-407b-978c-10978c912248@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/20/24 07:47, Rich Shepard wrote:
> On Thu, 20 Jun 2024, Rob Sargent wrote:
>
>> Is psql running in emacs (which is my preferred sql shell. M-x
>> sql-postgres)?
>
> Rob,
>
> Not when I'm entering new data or updating existing tables. Otherwise, yes.

From one of my previous posts(modified):

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; --optional

2) In psql do \i <the_script>

3) Do what you did before to 'recover' from the error.

Shows us the content of the steps in your reply.

>
> Regards,
>
> Rich
>
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-06-20 15:03:45 Re: Postgresql python in upgraded version 16.2
Previous Message Rich Shepard 2024-06-20 14:47:55 Re: Transaction issue