Re: Transaction issue

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Transaction issue
Дата
Msg-id CANzqJaAWLCZt0uWBSUWUDtgAsgFnuKjbDRSQgguWQQN55O=DWw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Transaction issue  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Transaction issue
Список pgsql-general
On Wed, Jun 19, 2024 at 5:39 PM Rich Shepard <rshepard@appl-ecosys.com> wrote:
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.


In addition, manually run the "BEGIN;" before the "\i insert-blarge.sql" command.

That way, insert-blarge.sql just inserts.  My reasoning: since you control the ROLLBACK, you should also control the BEGIN.

В списке pgsql-general по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Transaction issue
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Transaction issue