Re: [GENERAL] Creating web images from postgres data - Mailing list pgsql-general

From Oliver Elphick
Subject Re: [GENERAL] Creating web images from postgres data
Date
Msg-id 199810282339.XAA21799@linda.lfix.co.uk
Whole thread Raw
In response to RE: [GENERAL] Creating web images from postgres data  ("Michael A. Koerber SR" <mak@ll.mit.edu>)
Responses Re: [GENERAL] Creating web images from postgres data
List pgsql-general
"Michael A. Koerber SR" wrote:
  >I have written a simple perl script that makes use of gnuplot.  It is
  >quite austere and was designed to be used with PSQL.  The idea is to run
  >it like this
  >
  >psql> \o | pp [a bunch of options]
  >psql> select a,b,c,d from some_table order by a;
  >psql> \o
  >
  >The perl script pp and gnuplot create a postscript graph with
  >a == the_x_axis and b,c,d on the y-axis.
  >
  >This may be way too simple for your application, but if it is of interest
  >I'll post it for your use.

Please do.

I have a need for such a thing but I hadn't yet got round to thinking how
to do it.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
               PGP key from public servers; key ID 32B8FAA1
                 ========================================
     "If ye then be risen with Christ, seek those things
      which are above, where Christ sitteth on the right
      hand of God. Set your affection on things above, not
      on things on the earth."              Colossians 3:1,2



pgsql-general by date:

Previous
From: Andy Lewis
Date:
Subject: Solaris Compile problems
Next
From: The Hermit Hacker
Date:
Subject: Re: [GENERAL] Solaris Compile problems