Re: Printing PostgreSQL reports

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Richard Ehrlich <richard(at)techspt(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Printing PostgreSQL reports
Date: 2001-02-22 18:40:51
Message-ID: Pine.LNX.4.30.0102221937230.1923-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-02-22 18:54:16 Re: access to internal rowIds
Previous Message adb 2001-02-22 18:34:00 access to internal rowIds