Re: CR/LF conversion (was: [SQL] import error)

2003-02-02 Thread Bruce Momjian
We are supporting Win32 in 7.4, so it is very likely COPY will support carriage returns the next release. --- Tom Lane wrote: > Oliver Vecernik <[EMAIL PROTECTED]> writes: > > It's always the same problem with CR/LF conversi

Re: CR/LF conversion (was: [SQL] import error)

2003-01-28 Thread Tom Lane
Oliver Vecernik <[EMAIL PROTECTED]> writes: > It's always the same problem with CR/LF conversions ... Ah, you figured it out. (Didn't see your followup right away because of the changed subject line.) > After changing it to just LFs, everthing worked like a charm. Is there > an elegant way to h

Re: CR/LF conversion (was: [SQL] import error)

2003-01-28 Thread Achilleus Mantzios
On Tue, 28 Jan 2003, Oliver Vecernik wrote: > Oliver Vecernik schrieb: > > > Hi all! > > > > I'm trying to import a text file from Suunto Dive Manager. I've got > > following table structure: > > Arghh ... > > It's always the same problem with CR/LF conversions ... > > After changing it to just LF

Re: CR/LF conversion (was: [SQL] import error)

2003-01-28 Thread Oliver Vecernik
Oliver Vecernik schrieb: Hi all! I'm trying to import a text file from Suunto Dive Manager. I've got following table structure: Arghh ... It's always the same problem with CR/LF conversions ... After changing it to just LFs, everthing worked like a charm. Is there an elegant way to handle