agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedFrom: Robert.Patrick@cs.cmu.edu
To: postgres@postgres.Berkeley.EDU
Subject: More on: Limit to where clause length?
Date: Tue, 4 Oct 1994 22:10:12 -0400 (EDT)
Message-ID: <ciYUg4K00hMdAUgLxC@cs.cmu.edu> (raw)
In-Reply-To: <AiYToQS00hMd8UgK4N@cs.cmu.edu>
References: <AiYToQS00hMd8UgK4N@cs.cmu.edu>
It seems that the limit is not on the actual length of the where clause
but on the number of tables which can be referenced by one query (at
least in the where clause).
It appears that I can execute any combination of and's and or's in a
where clause as long as I don't access more than 3 tables. The minute I
try to access 4 tables, even in a simpler query, Postgres simply returns
an empty table, even if there are tuples which match the query.
Robert
==============================================================================
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.
==============================================================================
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: Robert.Patrick@cs.cmu.edu
Subject: Re: More on: Limit to where clause length?
In-Reply-To: <ciYUg4K00hMdAUgLxC@cs.cmu.edu>
* 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