Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA03563; Thu, 14 Jan 93 13:08:51 -0800
Date: Thu, 14 Jan 93 13:08:51 -0800
Message-Id: <9301142108.AA03563@postgres.Berkeley.EDU>
From: chuan@cs.washington.edu
Subject: C++ interface to Postgres
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


I am wondering if anyone has written C++ code to access the Postgres
database.  Currently, functions/operators for an user-defined data type
are written in C functions (say in file 'my_func.c'), whose compiled
modules (in file 'my_func.o') are then used by Postgres.

Now if the above data type (using 'struct') is implemented as a 'class',
how are the member functions accessed?

I appreciate very much your help.

Chuan
