Re: Finding error in long input file - Mailing list pgsql-general

From Rich Shepard
Subject Re: Finding error in long input file
Date
Msg-id 2792c01-daa9-dcf5-feb0-357d68de7158@appl-ecosys.com
Whole thread Raw
In response to Re: Finding error in long input file  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Finding error in long input file
List pgsql-general
On Wed, 10 Jul 2024, David G. Johnston wrote:

> And what are the first few lines of the file? Use text, not screenshots.

David,

insert into locations (company_nbr,loc_nbr,loc_name,addr1,city,state_code,postcode) values
(2564,1,default,'4250 Hopkins Rd','Ontario','OR','97914'),
(2565,1,default,'10695 Meridian Rd','Mount Angel','OR','97362'),
(2566,1,default,'6963 Keene Rd NE','Gervais ','OR','97026'),
(2567,1,default,'31250 S Bond Rd','Hubbard','OR','97032'),

Rich



pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: can stored procedures with computational sql queries improve API performance?
Next
From: Rich Shepard
Date:
Subject: Re: Finding error in long input file