Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA27973; Tue, 11 Aug 92 10:35:26 -0700
Date: Tue, 11 Aug 92 10:35:26 -0700
Message-Id: <9208111735.AA27973@postgres.Berkeley.EDU>
From: Deborah Swanberg <deborah@citi.umich.edu>
Subject: query interface
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


I'm interested in developing a code structured, rather than
string structured, interface to Postgres for submitting queries.
It doesn't quite make sense to me that my interface should 
have to translate data structures to string, and then that Postgres 
should have to translate from string to data structures.
A code structured interface would require interfacing at a
lower level to Postgres.

Comments?
Is this possible?
Has anyone done any work toward something like this before?
Can anyone give me some pointers?





