Re: BUG #3956: COPY FROM doesn't parse file correctly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Maxim Ivanov" <ivanov(dot)maxim(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3956: COPY FROM doesn't parse file correctly
Date: 2008-02-12 19:59:48
Message-ID: 1466.1202846388@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Maxim Ivanov" <ivanov(dot)maxim(at)gmail(dot)com> writes:
> COPY FROM couldn't parse file correctly. "\" symbol escapes delimeter. So
> string(spaces are tabulation symbols)
> 11111 AAAAAA BBBBB\ CCCCCC
> would be recognized as three field string instead of 4 field.

Sounds perfectly correct to me. What were you expecting?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Vladimir Zuvela 2008-02-12 20:33:21 BUG #3957: make: *** [all] Error 2 / libpq.so.5.1
Previous Message Maxim Ivanov 2008-02-12 17:36:05 BUG #3956: COPY FROM doesn't parse file correctly