Re: Plan for CSV handling of quotes, NULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Plan for CSV handling of quotes, NULL
Дата
Msg-id 12018.1082004434@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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 <pgman@candle.pha.pa.us> writes:
> I found parse_coerce.c::TypeCategory(), which contains information about
> which data type oids are in which grouping, e.g. DATETIME, STRING,
> NUMERIC, etc.  It seems that function, if called with
> pg_type.typbasetype could help determine if quotes should be used.

TypeCategory is a crock that should have been done away with long ago.
We need to be working to eliminate it, not expand our dependency on it.

            regards, tom lane

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

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