public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Florian Wunderlich <[email protected]>
Cc: [email protected]
Cc: [email protected]
Subject: Re: Bug #866 related problem (ATTN Tom Lane)
Date: Wed, 12 Feb 2003 18:27:01 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
Florian Wunderlich <[email protected]> writes:
> So can I be sure that every non-aggregate SELECT on tables joined with
> unique indexes works, independent of the WHERE or ORDER BY?
I would think that backwards scan on a join mostly doesn't work, but
haven't tried it in any detail.
A plan with a SORT node at the top *will* work, no matter what's under
the SORT, so ORDER BY might mask problems in some cases.
> Is anybody working on implementing this functionality?
Not me... although I have thought about at least adding enough code to
report an error in the cases that will give wrong answers.
regards, tom lane
view thread (3+ messages) latest in thread
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: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Bug #866 related problem (ATTN Tom Lane)
In-Reply-To: <[email protected]>
* 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