Return-Path: owner-postman 
Delivery-Date: Mon, 09 May 94 17:35:59 -0700
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 OAA01468 for postgres-redist; Mon, 9 May 1994 14:34:41 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199405092134.OAA01468@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 tis.telos.com (zentropa.tis.telos.com [198.116.7.53]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id OAA01458 for <postgres@postgres.Berkeley.EDU>; Mon, 9 May 1994 14:34:39 -0700
Received: from ozone.tis.telos.com.tis.telos.com (ozone.tis.telos.com [198.116.7.5]) by tis.telos.com (8.6.4/8.6.4) with ESMTP id RAA27062 for <postgres@postgres.Berkeley.EDU>; Mon, 9 May 1994 17:34:36 -0400
From: Vivek Shivpuri <vivek@tis.telos.com>
Received: by ozone.tis.telos.com.tis.telos.com (8.6.6.Beta5) id RAA07213; Mon, 9 May 1994 17:34:36 -0400
Message-Id: <199405092134.RAA07213@ozone.tis.telos.com.tis.telos.com>
Subject: Mosaic and libpq
To: postgres@postgres.Berkeley.EDU
Date: Mon, 9 May 1994 17:34:35 -0400 (EDT)
X-Mailer: ELM [version 2.4 PL23]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 1236      
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Mon, 09 May 94 14:34:41 -0700
Resent-XMts: smtp

  
 
 A few weeks ago Russ posted the following :-

-----------------Russ's posting --------------------

 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

-----------------ends ----------------

 Unfortuately no one replied to this. I am having the exact same problem.

 Any useful hints or any advice would be appreciated......I've been working
 on this problem for 2 days now....and I'm about to give up unless I get
 some help!!

 Vivek
 (vivek@tis.telos.com)


===============================================================================
    To add/remove yourself from the POSTGRES mailing list: send mail with 
    the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

    If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
    a human will deal with it.  DO NOT post to the "postgres" mailing list.
===============================================================================

