Re: csv format for psql

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Corey Huinker <corey.huinker@gmail.com>
Cc: coelho@cri.ensmp.fr, michael@paquier.xyz, daniel@manitou-mail.org, pgsql-hackers@postgresql.org
Date: 2018-11-26T04:23:16Z
Lists: pgsql-hackers
Corey Huinker <corey.huinker@gmail.com> writes:
> Could we have another output type called "separated" that uses the existing
> --fieldsep / --recordsep?

Uh, what's the difference from the existing unaligned format?

			regards, tom lane


Commits

  1. Add CSV table output mode in psql.

  2. Reorganize format options of psql in alphabetical order

  3. Complete TODO item: