Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id DAA24134 for postgres-redist; Thu, 13 Jul 1995 03:29:26 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199507131029.DAA24134@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 tristero.io.com (tristero.io.com [199.170.88.11]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with ESMTP id DAA24124 for ; Thu, 13 Jul 1995 03:29:25 -0700 Received: from dialup-224.austin.io.com (dialup-224.austin.io.com [199.170.90.46]) by tristero.io.com (8.6.12/8.6.12) with SMTP id FAA13547; Thu, 13 Jul 1995 05:28:31 -0500 Date: Thu, 13 Jul 1995 05:28:31 -0500 Message-Id: <199507131028.FAA13547@tristero.io.com> X-Sender: mskc@io.com (Unverified) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Stefan Golder , postgres@postgres.Berkeley.EDU (postgres) From: mskc@io.com (Casey Claiborne) Subject: Re: weird select results X-Mailer: Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Thu, 13 Jul 95 03:29:26 -0700 Resent-XMts: smtp Thank you for responding, that was the problem At 04:18 PM 7/12/95 DST), Stefan Golder wrote: >> ------ BUT ----- >> >> when I try >> >> retrieve (info.all) where name="casey" >> >> I get the following error: >> >> WARN: Jul 12 00:26:12: type_id lookup of 362 failed > >You've just forgotten to insert the class on which you run your query in front of the attribute name. >The right query string is > > retrieve (info.all) where info.name="casey" > > >Stefan Golder >golder@informatik.uni-wuerzburg.de > > >============================================================================== > 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. >============================================================================== > URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/ > > Casey Claiborne mskc@io.com One must note the importance of setting reasonable and achievable goals for "If you aim for nothing, you'll hit it every time" -Theodore Roosevelt ============================================================================== 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. ============================================================================== URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/