Re: [GENERAL] psql script error handling

2006-12-29 Thread Michael Fuhr
On Fri, Dec 29, 2006 at 07:21:12PM -0500, James Neff wrote: > I have an sql script that I am trying to execute in psql client on the > database itself. The script is just a bunch (hundreds of thousands) of > INSERT statements. Hundreds of thousands? Is there a reason you're not using COPY inst

[GENERAL] psql script error handling

2006-12-29 Thread James Neff
I have an sql script that I am trying to execute in psql client on the database itself. The script is just a bunch (hundreds of thousands) of INSERT statements. I don't know how, but I seem to have bad characters throughout my file and when I run the script it will of course error out complai