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-10T13:33:47Z
Lists: pgsql-general
On Wed, 10 Jul 2024, Hans Schou wrote: > If the file has these line breaks you show, then can make it to multiple > 'INSERT INTO' instead. Hans, I thought of that, but forgot it. This makes more sense than dividing the file in small chunks. Thanks, Rich