|
Home > Archive > PostgreSQL Administration > January 2006 > PG Report Generator
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PG Report Generator
|
|
| aWiryawan 2006-01-12, 3:24 am |
| Hi...
Is anyone have a suggestion or a solution how to make a report from pg,
Currently we're build an application, and so many report should we deliver
Front end that application using PHP. And we want to the report generated
direct to PDF File
Thank you in advance
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
| |
| Donald Fraser 2006-01-12, 7:23 am |
| ----- Original Message -----
From: "aWiryawan"
> Hi...
> Is anyone have a suggestion or a solution how to make a report from pg,
> Currently we're build an application, and so many report should we deliver
> Front end that application using PHP. And we want to the report generated
> direct to PDF File
If you can employ java with your web-server or may be even use java directly
with PostgreSQL (pl/java) then one of the best free report generators out
there is:
JasperReports: http://jasperreports.sourceforge.net/
JasperReports can output directly to pdf, html, xls, and many more.
Combine that with iReports (http://sourceforge.net/projects/ireport) as the
gui for report design and you will find the two together are a great
combination:
Regards
Donald Fraser
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
|
|
|
|
|