Re: Recursive merging of overlapping arrays in a column

From: dave <audiotecture(at)web(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Recursive merging of overlapping arrays in a column
Date: 2015-09-21 12:19:13
Message-ID: 1442837953217-5866646.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Thanks for your reply. I am already using this operator to match the
overlapping arrays when I cross join the tables. As far as I know intarray
doesn't provide a way to merge all overlapping arrays in a whole column out
of the box.

--
View this message in context: http://postgresql.nabble.com/Recursive-merging-of-overlapping-arrays-in-a-column-tp5866560p5866646.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Isaac Marco Blancas 2015-09-22 09:00:07 problem with regexp_matches in nested funcion
Previous Message hari.fuchs 2015-09-21 09:45:43 Re: Recursive merging of overlapping arrays in a column