Re: Printable report generation

From: Doug McNaught <doug(at)wireboard(dot)com>
To: SMJ <sm_jender(at)yahoo(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Printable report generation
Date: 2001-08-20 17:31:53
Message-ID: m3wv3yk586.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SMJ <meebus(at)stark(dot)51glen> writes:

> Hi all,
>
> I'm currently in the progress of setting up a databasing system for a
> sales company, using a pure Linux / Postgresql solution. I've
> traditionally used MS Access 97 for the setup of similar systems, and have
> yet to work out one problem -
>
> What is a viable way to generate printable 'reports', in a similar fashion
> provided by MS Access?

I don't know if there is a ny kind of GUI report generating tool for
Linux/PG. There might be.

> For example, say I've got a postgresql database of client information
> (names, addresses, etc.), and I want to use this information to generate
> envelopes for mailouts. As far as my understanding goes, such
> functionality is not provided by postgresql itself.

Yes, Access is a frontend/backend combo (and can actually connect to
multiple brands of backend via ODBC) whereas PG is a pure backend.
Reporting is a frontend function.

> Any help would be appreciated.

I'd personally do reporting by writing Perl scripts (generating either
text or HTML), but that might not suit you.

If a Windows box is allowable in the mix, you could set up either
Crystal Reports or Access with the PG ODBC driver and do reports etc
that way.

-Doug
--
Free Dmitry Sklyarov!
http://www.freesklyarov.org/

We will return to our regularly scheduled signature shortly.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jochem van Dieten 2001-08-20 17:34:10 Re: ODBC error
Previous Message Einar Karttunen 2001-08-20 17:29:14 Re: Printable report generation