Re: Recursive merging of overlapping arrays in a column

Поиск
Список
Период
Сортировка
От dave
Тема Re: Recursive merging of overlapping arrays in a column
Дата
Msg-id 1442778012511-5866585.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Recursive merging of overlapping arrays in a column  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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.



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Recursive merging of overlapping arrays in a column
Следующее
От: hari.fuchs@gmail.com
Дата:
Сообщение: Re: Recursive merging of overlapping arrays in a column