Re: Finding error in long input file

Rich Shepard <rshepard@appl-ecosys.com>

From: Rich Shepard <rshepard@appl-ecosys.com>
To: pgsql-general@postgresql.org
Date: 2024-07-09T22:33:03Z
Lists: pgsql-general
On Tue, 9 Jul 2024, Ray O'Donnell wrote:

> Did you run the entire thing inside a transaction? If so, then it will have 
> been rolled back after the error, and no rows will have been inserted.

Ray,

When I tried using transactions they froze the application. Probably because
I don't know to properly invoke them.

Thanks

Rich