Return-Path: postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id HAA11753 for postgres-redist; Mon, 26 Sep 1994 07:34:15 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199409261434.HAA11753@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from bush.cs.tamu.edu (bush.cs.tamu.edu [128.194.134.200]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id HAA11743 for ; Mon, 26 Sep 1994 07:34:13 -0700 Received: from hrl8.cs.tamu.edu by bush.cs.tamu.edu (4.1/SMI-4.1) id AA17998; Mon, 26 Sep 94 09:31:51 CDT Date: Mon, 26 Sep 94 09:31:51 CDT Message-Id: <9409261431.AA17998@ bush.cs.tamu.edu> To: postgres@postgres.Berkeley.EDU Subject: no response from backend with new dbs From: Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Mon, 26 Sep 94 07:34:15 -0700 Resent-XMts: smtp I can use any databases that already exist but when I create a new one I get no response from the backend. I have tried killing and restarting the postmaster and ipccleaning without any success. Any suggestions anyone? Thanks in advance, -J. Alfredo Sanchez. alfredo@bush.cs.tamu.edu ________________________________________________________________________ P.S. I am using postgres 4.1. An example session follows: hrl6%> monitor asmtest Welcome to the C POSTGRES terminal monitor Go * retrieve (Objects.all)\g Query sent to backend is "retrieve (Objects.all)" ----------------------------- | id | components | ----------------------------- | 59552 | 0 | ----------------------------- | 60224 | (null) | ----------------------------- | 76718 | 0 | ----------------------------- Go * \q I live to serve you. hrl6%> createdb newdb hrl6%> monitor newdb Welcome to the C POSTGRES terminal monitor Go * create Objects(id=oid, components=oid) \g Query sent to backend is "create create Objects(id=oid, components=oid) " Error: No response from the backend, exiting... hrl6%> ============================================================================== To add/remove yourself to/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. ==============================================================================