Re: BUG #5294: Sorts on more than just the order-by clause

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: BUG #5294: Sorts on more than just the order-by clause
Дата
Msg-id 407d949e1001220606w16f62e6akd27bc6b9a3db8822@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #5294: Sorts on more than just the order-by clause  (Greg Stark <gsstark@mit.edu>)
Ответы Re: BUG #5294: Sorts on more than just the order-by clause  (Allen Johnson <akjohnson78@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: BUG #5294: Sorts on more than just the order-by clause
Следующее
От: WildWezyr
Дата:
Сообщение: Re: BUG #5290: Simple loop with insert into and check to avoid duplicate values fails