Re: csv format for psql
Daniel Verite <daniel@manitou-mail.org>
From: "Daniel Verite" <daniel@manitou-mail.org>
To: "Daniel Verite" <daniel@manitou-mail.org>
Cc: "Isaac Morland" <isaac.morland@gmail.com>,"Fabien COELHO"
<coelho@cri.ensmp.fr>,"David G. Johnston"
<david.g.johnston@gmail.com>,"Pavel Stehule"
<pavel.stehule@gmail.com>,"David Steele"
<david@pgmasters.net>,"PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2018-04-07T13:48:38Z
Lists: pgsql-hackers
Daniel Verite wrote: > The output might still differ compared to COPY in that line endings > depend on the client-side OS. There's also the minor issue > of a single \ by itself on a line, which gets quoted by COPY > and not by psql. I meant \. or backslash followed by period. This sequence means nothing in particular in csv outside of COPY, but it means end-of-data for COPY. Best regards, -- Daniel Vérité PostgreSQL-powered mailer: http://www.manitou-mail.org Twitter: @DanielVerite
Commits
-
Add CSV table output mode in psql.
- aa2ba50c2c13 12.0 landed
-
Reorganize format options of psql in alphabetical order
- add9182e5908 12.0 landed
-
Complete TODO item:
- 862b20b38228 8.0.0 cited