Re: Updated COPY CSV patch

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Updated COPY CSV patch
Дата
Msg-id 407C2EDC.8080808@dunslane.net
обсуждение исходный текст
Ответ на Re: Updated COPY CSV patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Updated COPY CSV patch
Список pgsql-patches
Bruce Momjian wrote:

>Andrew Dunstan wrote:
>
>
>>Bruce Momjian wrote:
>>
>>
>>
>>>While doing OIDs seems atypical, it seems like a reasonable thing that
>>>CSV should be able to do.  Basically, I see no reason to disable it.
>>>
>>>
>>>
>>>
>>>
>>OK. We have bigger fish to fry ;-)
>>
>>
>
>Uh, sorry, what I meant was that we should have it working in this
>patch.  No reason to leave it for later.  We have to get this 100% right
>the first time because people will start relying on it.
>
>
>

Yes. What *I* meant was that allowing it was OK with me, and not worth
arguing over.

Incidentally, the patch looks OK at first glance, and seems to work
fine, modulo today's little controversies, with this exception:

    if (csv_mode)
    {
        if (!quote)
            quote = "\"";
        if (!escape)
            escape = "\""; /* should be "escape = quote;" */
    }


cheers

andrew

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Updated COPY CSV patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Updated COPY CSV patch