Re: [ADMIN] Importing data - possible UTF8 import bug?

2008-07-11 Thread Mikel Lindsaar
OK, I'm mailing the list the results of my problem so future people can find it. The error was ERROR: invalid byte sequence for encoding "UTF8": 0xa2 with many different types of 0x... lines. The problem was indeed a bug, but one that sat between the keyboard and screen (that is, me), not with

Re: [ADMIN] Importing data - possible UTF8 import bug?

2008-07-10 Thread Tom Lane
"Mikel Lindsaar" <[EMAIL PROTECTED]> writes: > But I am hitting a problem. When I try to import the result with COPY > I am getting: > ERROR: invalid byte sequence for encoding "UTF8": 0xa2 > And gives me a line reference. > I then grabbed that line out of the file, unpacked each byte into a > de

Re: [ADMIN] Importing data - possible UTF8 import bug?

2008-07-10 Thread Mikel Lindsaar
> Anyone got any ideas how I can hunt down what is in this row, visually > looking at it hasn't helped? As a followup, I am getting this same sort of error at various points on the file. So I tried taking the line, and cleaning it with Iconv and turning it into an ASCII sequence and inserting it

Re: [ADMIN] Importing data

1998-06-30 Thread The Hermit Hacker
On Tue, 30 Jun 1998, Jeffrey Napolitano wrote: > > > I'm new to Postgres(or otherwise I probably wouldn't be sending this), > > > and I've gone through the HTML docs online, and looked at the man pages, > > > but I can't find anything about importing ODBC compliant data into > > > postgres ... I

Re: [ADMIN] Importing data

1998-06-30 Thread Jeffrey Napolitano
> > I'm new to Postgres(or otherwise I probably wouldn't be sending this), > > and I've gone through the HTML docs online, and looked at the man pages, > > but I can't find anything about importing ODBC compliant data into > > postgres ... I assumed this was possible ... am I wrong? If not, could

Re: [ADMIN] Importing data

1998-06-24 Thread David Hartwig
Mike Edwards wrote: > On Tue, 23 Jun 1998, Jeffrey Napolitano wrote: > > > I'm new to Postgres(or otherwise I probably wouldn't be sending this), > > and I've gone through the HTML docs online, and looked at the man pages, > > but I can't find anything about importing ODBC compliant data into >

Re: [ADMIN] Importing data

1998-06-23 Thread David Hartwig
Jeffrey Napolitano wrote: > I'm new to Postgres(or otherwise I probably wouldn't be sending this), > and I've gone through the HTML docs online, and looked at the man pages, > but I can't find anything about importing ODBC compliant data into > postgres ... I assumed this was possible ... am I

Re: [ADMIN] Importing data

1998-06-23 Thread Mike Edwards
On Tue, 23 Jun 1998, Jeffrey Napolitano wrote: > I'm new to Postgres(or otherwise I probably wouldn't be sending this), > and I've gone through the HTML docs online, and looked at the man pages, > but I can't find anything about importing ODBC compliant data into > postgres ... I assumed this was