Re: [GENERAL] Using array_agg in pgr_kdisjkstrpath() error
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
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