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-20 19:40:12
Message-ID: 1442778012511-5866585.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hey David,

funnny that you give me that advice because that's exactly where I came
from.

I tried analyzing a adjacence table with several disjunct graphs without
real success, so I tried concatenating the values in the Table to arrays by
grouping the ids and then aggregating the overlaping arrays to finally get
the whole set of points for each graph as an array.
I have never worked with graph functions before, so I might be missing some
elegant solution here. My feeling was simply, that it would be easier to
merge the arrays like I did in my current approach.

Regards

Dave

--
View this message in context: http://postgresql.nabble.com/Recursive-merging-of-overlapping-arrays-in-a-column-tp5866560p5866585.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 hari.fuchs 2015-09-21 09:45:43 Re: Recursive merging of overlapping arrays in a column
Previous Message David G. Johnston 2015-09-20 17:43:20 Re: Recursive merging of overlapping arrays in a column