Re: Re: csv format for psql

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "David Steele" <david(at)pgmasters(dot)net>
Cc: "Fabien COELHO" <coelho(at)cri(dot)ensmp(dot)fr>,pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: csv format for psql
Date: 2018-03-22 15:30:41
Message-ID: 4e0d6f8e-649c-444f-959e-aa8ec165ce8b@manitou-mail.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Steele wrote:

> Do you know when you'll have an updated patch that addresses the minor
> issues brought up in review and the concern above?

Here's an update addressing the issues discussed:

- fieldsep and recordsep are used, no more fieldsep_csv
- the command line option is --csv without short option and is equivalent
to -P format=csv -P fieldsep=','
- pset output formats are reordered alphabetically on display
- a couple more cases in the regression tests

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

Attachment Content-Type Size
psql-csv-format-v4.patch text/plain 17.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bossart, Nathan 2018-03-22 15:45:23 Re: Change RangeVarGetRelidExtended() to take flags argument?
Previous Message Alexander Korotkov 2018-03-22 15:23:44 Re: WIP: Covering + unique indexes.