Re: unnesting multirange data types - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: unnesting multirange data types
Date
Msg-id CAPpHfdufDWMVX5xjOv8LV-s0e4=QUt2P+Gksb8cWi6yjtEZPgA@mail.gmail.com
Whole thread Raw
In response to Re: unnesting multirange data types  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: unnesting multirange data types  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
On Fri, Jun 11, 2021 at 1:04 AM Justin Pryzby <pryzby@telsasoft.com> wrote:
>
> +{ oid => '1293', descr => 'expand mutlirange to set of ranges',
>
> typo: mutlirange

Fixed, thanks.

The patch with the implementation of both unnest() and cast to array
is attached.  It contains both tests and docs.

------
Regards,
Alexander Korotkov

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Character expansion with ICU collations
Next
From: Andres Freund
Date:
Subject: Re: Race condition in InvalidateObsoleteReplicationSlots()