Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA14340; Mon, 25 Jan 93 01:52:13 -0800
Date: Mon, 25 Jan 93 01:52:13 -0800
Message-Id: <9301250952.AA14340@postgres.Berkeley.EDU>
From: tom@izf.tno.nl (Tom Vijlbrief)
Subject: Re: PostGres and C++
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Mail from 'Mike Krus <krus@cs.concordia.ca>'
      dated: Sat, 23 Jan 93 15:22:43 -0500

>Message  3:
>From pg_adm@postgres.Berkeley.EDU Sat Jan 23 21:44:13 1993
>Return-Path: <pg_adm@postgres.Berkeley.EDU>
>Received: from izfcs.izf.tno.nl by tnosoes.izf.tno.nl (4.1/SMI-4.1)
>	id AA17840; Sat, 23 Jan 93 21:44:11 +0100
>Received: from postgres.Berkeley.EDU by izfcs.izf.tno.nl (4.1/SMI-4.1)
>	id AA16944; Sat, 23 Jan 93 21:44:58 +0100
>Received: by postgres.Berkeley.EDU (5.61/1.29)
>	id AA10580; Sat, 23 Jan 93 12:26:32 -0800
>From: Mike Krus <krus@cs.concordia.ca>
>Subject: PostGres and C++
>To: postgres@postgres.Berkeley.EDU
>Sender: pg_adm@postgres.Berkeley.EDU
>Date: Sat, 23 Jan 93 15:22:43 -0500
>From: Mike Krus <krus@cs.concordia.ca>
>Message-Id:  <9301231522.aa05142@concour.cs.concordia.ca>
>Status: RO
>
>
>Has anybody tried calling libpq functions from C++?

The geo.*.tar.Z distribution of our GEO++ Postgres GIS system
(which is fully written in C++ (g++)) contains a C++
interface to Postgres. (See the files Quel.c and Quel.h)

It is available from postgres.berkeley.edu and in /pubread on
ftp.izf.tno.nl

