On Sun, 1 Nov 2020, Adrian Klaver wrote:
Also need the beginning lines including the INSERT part.
insert into locations (org_nbr,loc_nbr,loc_name,loc_addr1,loc_addr2,loc_city,state_code,loc_postcode,loc_phone,loc_fax,comment) values (1,1,'2nd Bridge Gravel Bar','16156 Hwy 101 S',null,'Brookings','OR','97415-0224','541-469-5341',null,null),
Again, while in previous runs psql had found errors none other than the final semicolon showed up in this last one. Rich