Re: multiline CSV fields - Mailing list pgsql-hackers

From Tom Lane
Subject Re: multiline CSV fields
Date
Msg-id 18519.1101742949@sss.pgh.pa.us
Whole thread Raw
In response to Re: multiline CSV fields  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Also, can you explain why we can't read across a newline to the next
> quote?  Is it a problem with the way our code is structured or is it a
> logical problem?

It's a structural issue in the sense that we separate the act of
dividing the input into rows from the act of dividing it into columns.
I do not think that separation is wrong however.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Stopgap solution for table-size-estimate updatingproblem
Next
From: Hannu Krosing
Date:
Subject: set variable for TOAST_TUPLE_THRESHOLD