Re: proposal - support tsv output format for psql
От
Andrew Dunstan
Тема
Re: proposal - support tsv output format for psql
Дата
Msg-id
438634af-5982-13c2-8284-c984166f5ab6@dunslane.net
Ответ на
Re: proposal - support tsv output format for psql (Pavel Stehule)
Список
Дерево обсуждения
proposal - support tsv output format for psql Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal - support tsv output format for psql Bruce Momjian <bruce@momjian.us>
Re: proposal - support tsv output format for psql Tom Lane <tgl@sss.pgh.pa.us>
Re: proposal - support tsv output format for psql Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal - support tsv output format for psql Bruce Momjian <bruce@momjian.us>
Re: proposal - support tsv output format for psql Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal - support tsv output format for psql Pavel Stehule <pavel.stehule@gmail.com>
Re: proposal - support tsv output format for psql Andrew Dunstan <andrew@dunslane.net>
Re: proposal - support tsv output format for psql Andreas Karlsson <andreas@proxel.se>
Re: proposal - support tsv output format for psql Pavel Stehule <pavel.stehule@gmail.com>
On 12/23/20 10:13 AM, Pavel Stehule wrote: > > > After this second check, I think the new format is not necessary, > because tsv in LO is not tsv, but it is cracked csv > > I agree, I don't think this is a format we need to spent much time on. If you set the quote to an unlikely character like ^A, the escape character to '\', and the delimiter to TAB, COPY in CSV mode will give you something pretty close in many cases. Embedded newlines will still give you trouble. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
В списке pgsql-hackers по дате отправления