BUG #3956: COPY FROM doesn't parse file correctly - Mailing list pgsql-bugs

From Maxim Ivanov
Subject BUG #3956: COPY FROM doesn't parse file correctly
Date
Msg-id 200802121736.m1CHa5BJ014335@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3956: COPY FROM doesn't parse file correctly  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3956
Logged by:          Maxim Ivanov
Email address:      ivanov.maxim@gmail.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.

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: Re: BUG #3894: JDBC DatabaseMetaData.getTables is inconsistently case-sensitive with schema name
Next
From: Tom Lane
Date:
Subject: Re: BUG #3956: COPY FROM doesn't parse file correctly