Pentaho
Access
Open office base
Sent from my Verizon Wireless Phone
----- Reply message -----
From: "Rich Shepard" <rshepard(at)appl-ecosys(dot)com>
Date: Mon, Aug 16, 2010 5:19 pm
Subject: [pdxpug] Do you know of any easy-to-use reporting tools that work with PostgreSQL ?
To: <pdxpug(at)postgresql(dot)org>
On Mon, 16 Aug 2010, Shawn Helm wrote:
> Do you know of or recommend any easy-to-use reporting tools that work with
> PostgreSQL ?
> I'm fine with SQL and I know some PL/SQL but have little Python and no PHP
> experience.
Shawn,
Reporting is done external to the dbms. For Python I'll recommend
ReportLab. I also embed LaTeX code in my Python apps to generate the report
typeset as a .pdf file.
Rich