Re: Database reconnect patch

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: Dave Page <dpage(at)pgadmin(dot)org>
Subject: Re: Database reconnect patch
Date: 2009-11-22 21:42:02
Message-ID: 200911222242.02915.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le dimanche 22 novembre 2009 à 19:18:11, Dave Page a écrit :
> You might know the server/network is down, so making the reconnect
> optional allows you to avoid a potentially long timeout.
>

Right, I didn't think about that kind of issue.

> It also makes it clear to the user that a reconnect is happening. You
> can see that in the terminal with psql, but in the gui, it would be
> easy to miss.
>

Sure.

Thanks for your answers.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2009-11-22 21:51:32 [pgAdmin III] #96: Deferrable unique constraints
Previous Message Dave Page 2009-11-22 18:18:11 Re: Database reconnect patch