Re: BUG #5294: Sorts on more than just the order-by clause - Mailing list pgsql-bugs

From Greg Stark
Subject Re: BUG #5294: Sorts on more than just the order-by clause
Date
Msg-id 407d949e1001220606w16f62e6akd27bc6b9a3db8822@mail.gmail.com
Whole thread Raw
In response to Re: BUG #5294: Sorts on more than just the order-by clause  (Greg Stark <gsstark@mit.edu>)
Responses Re: BUG #5294: Sorts on more than just the order-by clause
List pgsql-bugs
On Fri, Jan 22, 2010 at 2:02 PM, Greg Stark <gsstark@mit.edu> wrote:
> The question arises why Postgres can't automatically detect that this
> query is equivalent.

Hm, actually rereading your query it's not technically equivalent.
Since you weren't grouping on contact.id or contact_type.code if you
happened to have multiple contacts that had the same name and address
and multiple codes which had the same name then your query would
consolidate them into one result record. You might know that will
never happen but the database can't prove that's true so it would
never be able to do this transform.


--
greg

pgsql-bugs by date:

Previous
From: Greg Stark
Date:
Subject: Re: BUG #5294: Sorts on more than just the order-by clause
Next
From: WildWezyr
Date:
Subject: Re: BUG #5290: Simple loop with insert into and check to avoid duplicate values fails