Re: COPY WITH CSV FORCE QUOTE * -- REVIEW

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY WITH CSV FORCE QUOTE * -- REVIEW
Дата
Msg-id 14965.1248478273@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: COPY WITH CSV FORCE QUOTE * -- REVIEW  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: COPY WITH CSV FORCE QUOTE * -- REVIEW  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I have reviewed this and made a small tweak in the docco. I'm just about 
> ready to commit this, but I'm still slightly worried that passing NULL 
> to denote all columns in this piece of grammar:

>             | FORCE QUOTE '*'
>                 {
>                     $$ = makeDefElem("force_quote", NULL);
>                 }

> might be less than robust - it just feels slightly hacky, so I'd 
> appreciate others' thoughts.

I agree, that's ugly.  Why don't you use an A_Star node?
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: COPY WITH CSV FORCE QUOTE * -- REVIEW
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Non-blocking communication between a frontend and a backend (pqcomm)