Re: Printing PostgreSQL reports - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Printing PostgreSQL reports
Date
Msg-id Pine.LNX.4.30.0102221937230.1923-100000@peter.localdomain
Whole thread Raw
In response to Printing PostgreSQL reports  (Richard Ehrlich <richard@techspt.com>)
List pgsql-general
Richard  Ehrlich writes:

> I can post info to PostgreSQL from a webform via JSP, and I can post
> reports from PostgreSQL to a webpage. Can anyone tell me how I might format
> a PostgreSQL report to a web page so that it will print discrete, sequenced
> pages?

I think the way to go on this eventually is to format your report data in
XML.  You can convert that to HTML on the server or in the browser, and
you can create print output through XSL formatting objects and FOP or
PassiveTeX.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-general by date:

Previous
From: "Paulo Parola"
Date:
Subject: PostgreSQL 7.1 Linux Installation
Next
From: Stephan Szabo
Date:
Subject: Re: Help with plpgsql - subst variable value