Re: Forcing a specific order

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Forcing a specific order
Дата
Msg-id 25813.1129084480@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Forcing a specific order  (Martin Foster <martin@ethereal-realms.org>)
Ответы Re: Forcing a specific order  (Martin Foster <martin@ethereal-realms.org>)
Список pgsql-novice
Martin Foster <martin@ethereal-realms.org> writes:
> I should have been a bit more clear on the matter.   Order by is useful
> if you want to sort the dataset a specific way using rows.  However,
> what if I wanted to specify the order the rows are returned in using
> information from another query?

This sounds like you are trying to force a join order, not a specific
tuple order.  Have you read the material about join ordering in the
performance-tips chapter?

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Martin Foster
Дата:
Сообщение: Re: Forcing a specific order
Следующее
От: Martin Foster
Дата:
Сообщение: Re: Forcing a specific order