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

From Daniel Verite
Subject Re: Re: csv format for psql
Date
Msg-id 4e0d6f8e-649c-444f-959e-aa8ec165ce8b@manitou-mail.org
Whole thread Raw
In response to Re: Re: csv format for psql  (David Steele <david@pgmasters.net>)
Responses Re: Re: csv format for psql  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Re: csv format for psql  (Fabien COELHO <fabien.coelho@mines-paristech.fr>)
List 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

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: WIP: Covering + unique indexes.
Next
From: "Bossart, Nathan"
Date:
Subject: Re: Change RangeVarGetRelidExtended() to take flags argument?