COPY without quoting

From: Lee Hachadoorian <lee(dot)hachadoorian(at)gmail(dot)com>
To: "PostgreSQL (SQL)" <pgsql-sql(at)postgresql(dot)org>
Subject: COPY without quoting
Date: 2012-03-15 16:16:14
Message-ID: 4F6215CE.7050207@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

COPY ... TO ... WITH CSV defaults to quoting string fields with embedded
delimiters, quotes, and newlines. In pgAdmin I can execute to file and
specify "no quoting" for the output, in which case I get (what I want) a
file with no quotes, even though there are embedded commas in the
strings. But I am missing it if the COPY statement has a way to turn
quotes off. You can turn them *on* with FORCE QUOTE, in which case a
column will be quoted even if there are no embedded delimiters, etc. I
tried

COPY ... TO ... WITH CSV QUOTE '';

but got a message that the quote string had to be at least one character.

Any ideas?

Best,
--Lee

--
Lee Hachadoorian
PhD, Earth& Environmental Sciences (Geography)
Research Associate, CUNY Center for Urban Research
http://freecity.commons.gc.cuny.edu

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2012-03-15 16:23:34 Re: COPY without quoting
Previous Message David Johnston 2012-03-14 12:30:25 Re: help on a function with exception