Re: unnest multirange, returned order

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: unnest multirange, returned order
Дата
Msg-id fd85a22502ce44458bc3ddc616bf352c077e67f4.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: unnest multirange, returned order  (Daniel Fredouille <daniel.fredouille@gmail.com>)
Ответы Re: unnest multirange, returned order
Список pgsql-docs
On Wed, 2023-10-04 at 20:12 -0400, Daniel Fredouille wrote:
> unnest ( anymultirange ) → setof anyrange
> Expands a multirange into a set of ranges. The ranges are read out in storage order (ascending) and therefore order
cannot berelied upon. 

That's not true.  The order is deterministic and can be relied on.

How about the attached patch, which does away with the confusing
mention of "storage order"?

Yours,
Laurenz Albe

Вложения

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