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
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
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
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:
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