Re: Transaction issue

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transaction issue
Date: 2024-06-19 21:39:02
Message-ID: 65e3d37-1674-97c9-9010-2196384b851@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 19 Jun 2024, Ron Johnson wrote:

> The problem is that you don't know where it's failing.

Ron,

True that. There's no specificity to why the transaction didn't complete.

> I suggest you run "\echo all" before running "\i
> insert-law-offices-addr.sql". That way, you'll see which line it barfs on.

Good point. I'll do that. In the meantime, commenting out (or removing) the
BEGIN; command inserts all rows without error.

Regards,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-06-19 21:44:30 Re: Transaction issue
Previous Message Rich Shepard 2024-06-19 21:33:17 Re: Transaction issue