Postgres support for grg

From: Anthony Symons <a(dot)symons(at)citr(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org, symons(at)citr(dot)com(dot)au
Subject: Postgres support for grg
Date: 1998-08-18 01:09:20
Message-ID: 35D8D43F.F096D451@citr.uq.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,
For those interested in the GNU Report Generator GRG,
I have extended this
utility to support the Postgres SQL database.

To get this to work, you first need to get the
latest GRG code ( e.g., The current release of GRG can be got from:

ftp://ftp.dai.ed.ac.uk/pub/daidb/grg/grg-1.43.tar.gz

or goto the home page at:

http://www.dai.ed.ac.uk/daidb/grg/
)

I have included below the postgres.c file which
does the interfacing. Unfortunately I was unable to
get the configure script to correctly work
with the new postgres file.

To get this to work, postgres.c must be included
in src/sql.c, the postgres include directory must
also be specified in the compile line, and
libpq.a must also be linked in.

Have fun,
Cheers
Anthony

--
--------------------------------------------------------
Dr Anthony Symons | Phone: +61-73-259-2365
CiTR Pty Ltd | Fax: +61-73-259-2259
John Oxley Centre |
339 Coronation Drive | Email: a(dot)symons(at)citr(dot)com(dot)au
MILTON |
QLD 4064 AUSTRALIA | Postal: PO Box 1643
--------------------------------------------------------

Attachment Content-Type Size
postgres.c text/plain 7.3 KB

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Reeves 1998-08-18 04:18:12
Previous Message Bruce Momjian 1998-08-17 21:15:43 Re: [GENERAL] What does this error mean?