Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA29150; Tue, 11 Aug 92 11:56:07 -0700
Date: Tue, 11 Aug 92 11:56:07 -0700
Message-Id: <9208111856.AA29150@postgres.Berkeley.EDU>
From: tthorn@daimi.aau.dk
Subject: query interface
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

   From: Deborah Swanberg <deborah@citi.umich.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?

Why bother? Having a well defined interface, like the query strings,
really buys you a lot, for debugging and ease of program changes.
The cycles wasted in assembling a command and parsing it is not an
issue on a modern workstation.

..of course this was not what you would like to hear, so good luck.

/Tommy Thorn



