Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id UAA27575 for postgres-dist; Thu, 31 Mar 1994 20:41:27 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199404010441.UAA27575@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from marlin.ssnet.com (ssnet.com [165.113.8.3]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id UAA27566 for <postgres@postgres.berkeley.edu>; Thu, 31 Mar 1994 20:41:25 -0800
Received: by marlin.ssnet.com (4.1/SMI-4.1)
	id AA10455; Thu, 31 Mar 94 23:39:10 EST
Message-Id: <9404010439.AA10455@marlin.ssnet.com>
To: postgres@postgres.Berkeley.EDU
Subject: libpq problems
Date: Thu, 31 Mar 1994 23:39:04 -0500
From: Russ Sarbora <russ@ssnet.com>
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Thu, 31 Mar 94 20:41:27 -0800
Resent-XMts: smtp

I'm having problems with the libpq call PQexec.

I'm almost positive the problem stems from trying to integrate my
postgres and a mosaic form server. If anyone knows what I'm talking about,
please help. Here's some more details.

I am setting up a world-wide-web server and want to be able to use postgres to
keep track of some things. So I've got a some data that the user inputs via
a Mosaic form, this form get submitted to a.out, which parses it, and queries
postgres. For some reason the program just hangs on
  PQexec("begin");

Before I make this call the program has succesfully executed
PQtrace();
PQsetdb("dbname");
buff=PQdb();

I have tried removing all traces of the www interface and the program ran 
succesfully, so that's why I think the problem lies there.

Thanks
Russ
 

