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

From: "Maxim Ivanov" <ivanov(dot)maxim(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3956: COPY FROM doesn't parse file correctly
Date: 2008-02-12 17:36:05
Message-ID: 200802121736.m1CHa5BJ014335@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3956
Logged by: Maxim Ivanov
Email address: ivanov(dot)maxim(at)gmail(dot)com
PostgreSQL version: 8.2.6
Operating system: Fedora i386
Description: COPY FROM doesn't parse file correctly
Details:

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-02-12 19:59:48 Re: BUG #3956: COPY FROM doesn't parse file correctly
Previous Message Kris Jurka 2008-02-12 16:40:21 Re: BUG #3894: JDBC DatabaseMetaData.getTables is inconsistently case-sensitive with schema name