Re: [GENERAL] Using array_agg in pgr_kdisjkstrpath() error

2015-04-10 Thread David G. Johnston
On Thursday, April 9, 2015, Marc-André Goderre wrote: > Hello all, > I hope someone will can help me. > > Then, where's the difference between the result of (select > array_agg(end_id::integer)::integer[] as id from n2) AND '{28411,25582}' > There isn't...though technically the former is an int

[GENERAL] Using array_agg in pgr_kdisjkstrpath() error

2015-04-10 Thread Marc-André Goderre
Hello all, I hope someone will can help me. When I use pgr_kdijkstrapath function as this: select * FROM pgr_kdijkstrapath('     SELECT d.id,      source::integer, target::integer, c.cost::double precision as cost  

[GENERAL] Using array_agg in pgr_kdisjkstrpath()

2015-04-10 Thread Marc-André Goderre
Hello all, I hope someone will can help me. When I use pgr_kdijkstrapath function as this: select * FROM pgr_kdijkstrapath(' SELECT d.id, source::integer, target::integer, c.cost::double precision as cost