Re: cvs text to quoted cvs text

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: cvs text to quoted cvs text
Дата
Msg-id CAFj8pRAGbeOEJQMejkoV7p0bziwdLx5J1cX9ZW7G+NFgG7-Xhg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: cvs text to quoted cvs text  (Michael Moore <michaeljmoore@gmail.com>)
Ответы Re: cvs text to quoted cvs text  (Michael Moore <michaeljmoore@gmail.com>)
Список pgsql-sql


2016-09-26 22:09 GMT+02:00 Michael Moore <michaeljmoore@gmail.com>:
Igor, not seeing how quote_literal will quote each element of the csv. It will quote the entire string, but not each element.

SELECT string_agg(quote_literal(v),',') from unnest('{AHOJ,NAZDAR}'::text[]) g(v);


Pavel, Interesting but unfortunately my dynamic sql is very complex, hundreds of lines, and a undetermined number of USING variables would be needed.

Thanks!

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

Предыдущее
От: Michael Moore
Дата:
Сообщение: Re: cvs text to quoted cvs text
Следующее
От: Michael Moore
Дата:
Сообщение: Re: cvs text to quoted cvs text