Re: " " around fields with psql - Mailing list pgsql-general

From Jasen Betts
Subject Re: " " around fields with psql
Date
Msg-id jh57dc$lrh$1@reversiblemaps.ath.cx
Whole thread Raw
In response to " " around fields with psql  (Steve Clark <sclark@netwolves.com>)
Responses Re: " " around fields with psql  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
On 2012-02-10, Steve Clark <sclark@netwolves.com> wrote:

> Is there a way with psql to get column output to be
> "data1","data2",...,"datan"

assuming you are trying to be compatible with CSV:

  copy ( your_query_here ) to stdout with csv header ;


--
⚂⚃ 100% natural

pgsql-general by date:

Previous
From: David Waddy
Date:
Subject: Re: CREATE TABLE AS does not support IF NOT EXISTS?
Next
From: Jasen Betts
Date:
Subject: Re: default database selector