Re: range_agg

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: range_agg
Дата
Msg-id 20190709190118.GA11172@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: range_agg  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
Ответы Re: range_agg  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Список pgsql-hackers
On 2019-Jul-08, Paul A Jungwirth wrote:

> - You can subscript a multirange like you do an array (? This could be
> a function instead.)

Note that we already have a patch in the pipe to make subscripting an
extensible operation, which would fit pretty well here, I think.

Also, I suppose you would need unnest(multirange) to yield the set of
ranges.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Melanie Plageman
Дата:
Сообщение: Re: PGOPTIONS="-fh" make check gets stuck since Postgres 11
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: range_agg