Re: multiline CSV fields

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: multiline CSV fields
Дата
Msg-id 18519.1101742949@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: multiline CSV fields  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Stopgap solution for table-size-estimate updatingproblem
Следующее
От: Hannu Krosing
Дата:
Сообщение: set variable for TOAST_TUPLE_THRESHOLD