Re: Proper tool to display graphics? - Mailing list pgsql-interfaces

From David L. Zoll
Subject Re: Proper tool to display graphics?
Date
Msg-id 20040209200123.GI7222@dzoll.nyscul.org
Whole thread Raw
In response to Proper tool to display graphics?  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
List pgsql-interfaces
On Thu, Feb 05, 2004 at 04:19:16PM +0100, Carlos Ojea Castro wrote:
> 
> Hello:
> 
> I want to display graphics from my postgresql database, but I must 
> choose the proper tool first.
> Which one is more suitable?:
> perl?
> php?
> pg_autodoc?
> another one?

It's hard to tell what you are asking, since you give very little
detail.

pgautodoc (http://www.rbt.ca/autodoc/) creates UML diagrams of the
database structure, sutable for use in HTML, Dia, Dot/GraphViz and
Docbook.  If that's what you are looking for, you might find it very
useful.

If you are looking to display graphics stored in a database, or
generate dynamic graphics based on data in the database, you're out of
luck with pgautodoc.  In those cases, perl, php and python all are
good.  They each have unique advantages and disadvantages, use what
you're most comfortable with.

If you are looking to generate dynamic graphics based on data stored
in the database, make sure to check out the GD library.  All three
languages (perl, php and python) have APIs for GD available.

Best of Luck
-Gleef (David Zoll, NYSCUL)


pgsql-interfaces by date:

Previous
From: Carlos Ojea Castro
Date:
Subject: Proper tool to display graphics?
Next
From: L J Bayuk
Date:
Subject: Need new project admin for unbundled Tcl interface libpgtcl?