agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedFrom: Stefan Golder <golder@informatik.uni-wuerzburg.de>
To: postgres <postgres@postgres.Berkeley.EDU>
Subject: Re: weird select results
Date: Wed, 12 Jul 1995 16:18:31 +0200 (MET DST)
Message-ID: <9507121418.AA01953@wi2x25.informatik.uni-wuerzburg.de> (raw)
In-Reply-To: <199507120602.BAA00439@tristero.io.com>
> ------ 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/
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: postgres@postgres.berkeley.edu
Cc: golder@informatik.uni-wuerzburg.de
Subject: Re: weird select results
In-Reply-To: <9507121418.AA01953@wi2x25.informatik.uni-wuerzburg.de>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox