Re: Plan for CSV handling of quotes, NULL

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Plan for CSV handling of quotes, NULL
Дата
Msg-id 407FF02D.10201@dunslane.net
обсуждение исходный текст
Ответ на Re: Plan for CSV handling of quotes, NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian wrote:

>
>Here is a new version of the patch.  The call to TypeCategory() is gone,
>and in its place is a way to force quotes on output, using FORCE.  And,
>instead of warning about a nullstring going into a NOT NULL column,
>there is a new LITERAL capability that does not compare the column with
>the null string and loads the value in literally.
>
>The patch still needs more testing, but I have reviewed the patch and it
>looks good to me.
>
>


Bruce,

Thankyou for taking my work and adding all these user-friendly aspects
to it. Although it's a rather prosaic feature, it will make a lot of
people happy and make our path to World Domination easier ;-)

I haven't had any startling revelations on the subject of appropriate
keywords.

I will provide some tests for the regression suite some time in the next
few weeks.

cheers

andrew


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Fix for SIGTERM
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Basic subtransaction facility