Re: How to release locks

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to release locks
Date: 2006-03-22 18:14:45
Message-ID: dvs593$25vn$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Do you mean that the statement hadn't been fully transmitted yet?

Yes. Sending 2 MB takes most of time so client is terminated in this stage.

> If so, the backend would have just been waiting for the rest of the
> statement to arrive. Perhaps you're looking at some sort of network bug
> that caused the backend not to be told that the connection was lost.

If so why pgAdmin Cancel command does not terminate the process ? If process
is waiting for data,
Cancel signal sent through pgAdmin should terminate process immediately.

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2006-03-22 18:20:54 Re: Advantages of PostgreSQL over MySQL 5.0
Previous Message Marek Lewczuk 2006-03-22 18:11:38 Re: java_reset - how it works