Re: UNNEST result order vs Array data

Поиск
Список
Период
Сортировка
От gmb
Тема Re: UNNEST result order vs Array data
Дата
Msg-id 1371730394987-5760106.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: UNNEST result order vs Array data  (Richard Huxton <dev@archonet.com>)
Список pgsql-sql
>> An array is ordered. If you turn it into a relation then it isn't 
>> ordered any more until you apply ORDER BY.
>>
>> An unnest() will almost certainly scan the array in-order, but once you 
>> embed that in a large query the ordering is no longer guaranteed.

Thanks, I assumed as much. Appreciate your help.




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/UNNEST-result-order-vs-Array-data-tp5760087p5760106.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: UNNEST result order vs Array data
Следующее
От: gmb
Дата:
Сообщение: Re: UNNEST result order vs Array data