[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

[pgadmin-support] Activity window of Server Status throws an error for PostgreSQL 8.2.1 server

2010-06-23 Thread valgog
Hallo, On the pgAdmin Version 1.12.0 Beta 2 (Jun 3 2010, rev: 8398:8401): When calling Server Status on a server running PostgreSQL 8.2.1 the following error dialog is shown, when trying to get information for Activity window: ERROR: array value mast start with "{" or dimension information This

[pgadmin-support] Trying to execute query on the lost connection makes pgAdmin 1.12 Beta 2 crash

2010-06-23 Thread valgog
Hallo, We are usually connecting to the databases on the remote server farm using SSH tunnels (using puTTY 0.60). So the connections are usually going to localhost:TUNNELPORT. The problem is, that every time the connection is dropped by SSH (dropped by our ISP at least once a day), pgAdmin cannot

Re: [pgadmin-support] Activity window of Server Status throws an error for PostgreSQL 8.2.1 server

2010-06-23 Thread Dave Page
On Wed, Jun 23, 2010 at 9:43 AM, valgog wrote: > Hallo, > > On the pgAdmin Version 1.12.0 Beta 2 (Jun 3 2010, rev: 8398:8401): > > When calling Server Status on a server running PostgreSQL 8.2.1 the > following error dialog is shown, when trying to get information for > Activity window: > > ERROR:

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