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" <pgsql-general@postgresql.org>
Date: 2024-07-10T15:26:07Z
Lists: pgsql-general
On Wed, 10 Jul 2024, David G. Johnston wrote: > My first easy look for this setup is for any single quotes not adjacent to > either a comma or a parenthesis. Syntax highlighting should ideally have > caught this but I’d look anyway. David, I found an error on line 21 that I missed seeing every time I slowly scanned the file: missing the terminal `);'. A common situation when I look at the file so many times. Rich