Tino Wildenhain wrote:
> On Mon, 2004-10-25 at 15:04, Andreas Pflug wrote:
>
>>Tino Wildenhain wrote:
>>
>>>On Mon, 2004-10-25 at 14:16, Andreas Pflug wrote:
>>>
>
> ...
>
>
>>Of course there is. Look at the tools menu, or context menu. Not
>>surprisingly, the menu is called "disconnect" or "Verbindung schließen".
>
>
> Oh. Mea culpa. Of course there is one when you select the Connection
> (And not the server or the Databases or the actual database)
>
> Still the error message is not helpful at all and could at least
> provide something like "Connection closed unexpectedly".
The message comes from the driver, which unfortunatly does *not* notify
us about a closed connection. There's quite some effort in pgAdmin to
detect this situation "manually". Having a complete check for connection
sanity would put quite some performance penalty on the app, that's why
there are still undetected conn breakage situations.
Regards,
Andreas