Re: csv format for psql
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Andrew Gierth <andrew@tao11.riddles.org.uk>, Tom Lane <tgl@sss.pgh.pa.us>, Fabien COELHO <coelho@cri.ensmp.fr>, Michael Paquier <michael@paquier.xyz>, Daniel Verite <daniel@manitou-mail.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-11-26T09:16:09Z
Lists: pgsql-hackers
n Mon, Nov 26, 2018 at 5:53 AM Pavel Stehule <pavel.stehule@gmail.com> wrote: > > > po 26. 11. 2018 v 5:36 odesílatel Andrew Gierth < > andrew@tao11.riddles.org.uk> napsal: > >> >>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes: >> >> Tom> Or we could kill both issues by hard-wiring the separator as ','. >> >> Using ';' for the delimiter isn't all that rare. >> > > ; is default for CSV produced by MS Excel in Czech mutation - so for some > countries, like CR is common. > > I believe this is a common occurance in countries that use decimal comma instead of decimal point, which is a fairly large portion of the world. /Magnus
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