[HACKERS] proposal: psql command \graw

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема [HACKERS] proposal: psql command \graw
Дата
Msg-id CAFj8pRCgPyz7o9K0-wUDpPfwvMFUDnifV3-2V8yyCJrtb48NCA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] proposal: psql command \graw  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Re: [HACKERS] proposal: psql command \graw  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Hi

I am thinking about printing graphs in psql (mainly some histograms). I found so gnuplot is able do very good graphs in console. The one issue is user friendly (with less steps) generating data in good format for this application. 

One my idea is introduction new simple output format and execution command with result in this format.

It should work something like

\setenv GNUPLOT_OPTION '......'

SELECT * FROM data

\graw | gnuplot ...

It can be used for any other applications R, ggplot, ..

Ideas, comments?

Regards

Pavel

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] why not parallel seq scan for slow functions
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] pgbench: Skipping the creating primary keys afterinitialization