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:40:33Z
Lists: pgsql-general
On Tue, 9 Jul 2024, Adrian Klaver wrote: > bustrac=#\e scripts/insert-addrs.sql 488 > If that raises this error: > environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line > number Adrian, It doesn't; it prints the contents of the file to the virtual terminal. Using my default small editor, joe, I scrolled back through the file displayed without seeing any error. Should I run BEGIN: at the psql prompt prior to entering the insert command? Would that tell me if any rows were entered and, if so, where that stopped? TIA, Rich