Re: cvs text to quoted cvs text - Mailing list pgsql-sql

From Michael Moore
Subject Re: cvs text to quoted cvs text
Date
Msg-id CACpWLjPb8MerOv=nC9O99EyDN0+UMVN-+dP6sp2UO-=5Qarymg@mail.gmail.com
Whole thread Raw
In response to Re: cvs text to quoted cvs text  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-sql
Very nice, thanks Pavel.

On Mon, Sep 26, 2016 at 1:13 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:


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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: cvs text to quoted cvs text
Next
From: James Cloos
Date:
Subject: using possibly null timestamptz columns