Re: Plan for CSV handling of quotes, NULL

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Plan for CSV handling of quotes, NULL
Дата
Msg-id 2630.24.211.141.25.1082005222.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Plan for CSV handling of quotes, NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Plan for CSV handling of quotes, NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian said:
> So, for open CSV items we have:
>
>     o  add oid dump/reload


There seems to be agreement on this at least. All you need to do is remove
these lines - AFAICS the OID code should be able to be happily non-CSV-
aware.

       /*
        * Don't allow OIDs in CSV mode
        */

       if (csv_mode && oids)  // FIX ME bjm
               ereport(ERROR,
                       (errcode(ERRCODE_SYNTAX_ERROR),
                        errmsg("Cannot specify OIDS in CSV mode ")));



cheers

andrew






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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Plan for CSV handling of quotes, NULL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Plan for CSV handling of quotes, NULL