Re: [GENERAL] Graphing query results from within psql.

2013-02-13 Thread Ian Lawrence Barwick
2013/2/14 Aleksey Tsalolikhin : > Below is an example of feeding query output to gnuplot without leaving psql. > I'd like to call it as "select graph(select * from example)", just for fun. > What do I need to learn to do that, please? Can I create a function that > uses "\o"? I think not, because

Re: [GENERAL] Graphing query results from within psql.

2013-02-13 Thread Sergey Konoplev
On Wed, Feb 13, 2013 at 5:17 PM, Aleksey Tsalolikhin wrote: > Below is an example of feeding query output to gnuplot without leaving psql. > I'd like to call it as "select graph(select * from example)", just for fun. > What do I need to learn to do that, please? Can I create a function that > use