Re: [pgadmin-support] PostgreSQL exception 0xC0000005

2010-06-23 Thread Guillaume Lelarge
Le 23/06/2010 09:00, Rawan AlSaad a écrit : > [...] > I am having the following problem while using PostgreSQL 8.4 and PostGIS > 1.5 when I run the following query: > > SELECT * FROM shortest_path('SELECT id::int4, source::int4, > > target::int4, cost from edges2',257180448,651912268, true, fal

[pgadmin-support] PostgreSQL exception 0xC0000005

2010-06-23 Thread Rawan AlSaad
Dear all, I am having the following problem while using PostgreSQL 8.4 and PostGIS 1.5 when I run the following query: SELECT * FROM shortest_path('SELECT id::int4, source::int4, target::int4, cost from edges2',257180448,651912268, true, false); The PostgreSQL server connection terminates