Re: dropping connection

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Michael Shapiro <mshapiro51(at)gmail(dot)com>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: dropping connection
Date: 2010-07-26 18:58:31
Message-ID: AANLkTi=-u=ghQKKafVT-AC-FHrAnr7VN8jbRyJs-5B2G@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, Jul 26, 2010 at 5:41 PM, Michael Shapiro <mshapiro51(at)gmail(dot)com> wrote:
> I tested 1/12 beta. It has exactly the same problem. When the SQL editor
> loses the connection, rerunning the query causes PgAdmin to crash.

I can't reproduce that - it errors cleanly for me (which is why I
didn't work on the Query Tool earlier):

-- Executing query:
select version()
Total query runtime: 0 ms.
1 row retrieved.

-- Executing query:
select version()
********** Error **********

server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

-- Executing query:
select version()
********** Error **********

no connection to the server

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Michael Shapiro 2010-07-26 19:03:33 Re: dropping connection
Previous Message Guillaume Lelarge 2010-07-26 18:47:37 Re: dropping connection