proposal - support tsv output format for psql - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal - support tsv output format for psql
Date
Msg-id CAFj8pRA4CieKaCdi3Dd0jYUAfFXspSSpSTjH5g0DXEYSUZUD9Q@mail.gmail.com
Whole thread Raw
Responses Re: proposal - support tsv output format for psql
Re: proposal - support tsv output format for psql
List pgsql-hackers
Hi

I am playing with clipboard on Linux, and I found a way, how to redirect psql output to clipboard via wl-copy or xclip and then to Libre Office. Now it looks so best format is tsv

select * from pg_database \g (format=tsv) | wl-paste -t application/x-libreoffice-tsvc

Implementation of tsv format should not be hard.

What do you think about this?

Regards

Pavel

pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Re: libpq compression
Next
From: Peter Smith
Date:
Subject: Re: Single transaction in the tablesync worker?