Return-Path: owner-postman Delivery-Date: Thu, 05 May 94 09:40:38 -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 EAA25772 for postgres-redist; Thu, 5 May 1994 04:25:11 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199405051125.EAA25772@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 cheviot.ncl.ac.uk (cheviot.ncl.ac.uk [128.240.2.10]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id EAA25762 for ; Thu, 5 May 1994 04:24:47 -0700 Received: from bowes.ncl.ac.uk by cheviot.ncl.ac.uk id (5.65cVUW/NCL-CMA.1.35 for ) with SMTP; Thu, 5 May 1994 12:24:01 +0100 From: "David Alan Nelson" Message-Id: Subject: Field Names To: postgres@postgres.Berkeley.EDU (Postgres) Date: Thu, 5 May 1994 12:23:57 +0100 (BST) Cc: Moonja.Kim@newcastle.ac.uk (Moonja Kim) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 728 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Thu, 05 May 94 04:25:11 -0700 Resent-XMts: smtp Can somebody tell me what the problem with this is. For some reason, Postgres 4.1 seems to dislike attribute names of 16 characters, when I try to retrieve. * create kk(abcdefghijklmnop = int2) \g Query sent to backend is "create kk(abcdefghijklmnop = int2) " CREATE Go * append kk(abcdefghijklmnop = 30) \g Query sent to backend is "append kk(abcdefghijklmnop = 30) " APPEND 39196 Go * retrieve (kk.all) \g Query sent to backend is "retrieve (kk.all) " Error: Unexpected identfier in dump_data: It then crashes out from the monitor. Any suggestions would be gratefully appreciated. Cheers Dave Nelson -- Mail ID : D.A.Nelson@newcastle.ac.uk Computing Science, University of Newcastle upon Tyne, UK. (091) 222 8789 =============================================================================== 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. ===============================================================================