Re: Plan for CSV handling of quotes, NULL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Plan for CSV handling of quotes, NULL
Дата
Msg-id 200404160100.33368.richardh@archonet.com
обсуждение исходный текст
Ответ на Re: 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
On Thursday 15 April 2004 15:58, Bruce Momjian wrote:
>
> OK, so we need a list of columns for output with quotes, and a list of
> columns where NULL should be changed to zero-length strings.
>
> How about if we use FORCE to force quotes on output, and CONVERT to
> convert null to zero-length strings on input?

How about FORCEQUOTES and NULLTOBLANK which tells you what they will do?

--
  Richard Huxton
  Archonet Ltd

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

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