Re: csv format for psql - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: csv format for psql
Date
Msg-id CADkLM=ci=6cGvfDO+sdQCS8b8gss53x=O81cmHo7hSnOy5yUWQ@mail.gmail.com
Whole thread Raw
In response to Re: csv format for psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: csv format for psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Or we could kill both issues by hard-wiring the separator as ','.

+1

I've never encountered a situation where a customer wanted a custom delimiter AND quoted strings. So either they wanted pure CSV or a customed TSV.

Could we have another output type called "separated" that uses the existing --fieldsep / --recordsep? Word will get out that csv is faster, but we'd still have the flexibility if somebody really wanted it.

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: tab-completion debug print
Next
From: Tom Lane
Date:
Subject: Re: tab-completion debug print