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

From Tom Lane
Subject Re: unnesting multirange data types
Date
Msg-id 1429042.1623266711@sss.pgh.pa.us
Whole thread Raw
In response to unnesting multirange data types  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: unnesting multirange data types  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
"Jonathan S. Katz" <jkatz@postgresql.org> writes:
> I would like to decompose the returned multirange into its individual
> ranges, similarly to how I would "unnest" an array:

+1 for adding such a feature, but I suppose it's too late for v14.

AFAICS, "unnest(anymultirange) returns setof anyrange" could coexist
alongside the existing variants of unnest(), so I don't see any
fundamental stumbling block to having it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add PortalDrop in exec_execute_message
Next
From: Jeff Davis
Date:
Subject: Re: alter table set TABLE ACCESS METHOD