Re: [GENERAL] Creating web images from postgres data

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: "Michael A(dot) Koerber SR" <mak(at)ll(dot)mit(dot)edu>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Creating web images from postgres data
Date: 1998-10-28 23:39:09
Message-ID: 199810282339.XAA21799@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Elphick(at)lfix(dot)co(dot)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 1998-10-29 02:23:48 Re: [GENERAL] Solaris Compile problems
Previous Message Andy Lewis 1998-10-28 22:54:46 Solaris Compile problems