Re: reconnecting to DB after connection break

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: reconnecting to DB after connection break
Дата
Msg-id 200908212245.36789.guillaume@lelarge.info
обсуждение исходный текст
Ответ на Re: reconnecting to DB after connection break  (Chuck McDevitt <cmcdevitt@greenplum.com>)
Список pgadmin-hackers
Le vendredi 21 août 2009 à 22:05:42, Chuck McDevitt a écrit :
> > -----Original Message-----
> > From: pgadmin-hackers-owner@postgresql.org [mailto:pgadmin-hackers-
> > owner@postgresql.org] On Behalf Of Julius Tuskenis
> > Sent: Friday, August 21, 2009 3:16 AM
> > To: pgadmin-hackers@postgresql.org
> > Subject: [pgadmin-hackers] reconnecting to DB after connection break
> >
> > Hello,
> >
> > I'm thinking of changing pgAdmin so it would try to reconnect after its
> > connection to server breaks. Is that ok with you? Maybe theres someone
> > already dealing with the problem.
> >
> > I think I could change pgConn::ExecuteVoid, pgConn::ExecuteScalar and
> > pgConn::ExecuteSet methods so on connection to DB error there would be
> > an attempt to reconnect. If someone knows a better solution - please,
> > share it. :)
> >
> > I'm new here so maybe someone would advice what "pitfalls" to avoid.
> >
> > --
> > Julius Tuskenis
>
> Sounds like a good idea.  The one pitfall I see is that any temporary
> tables the session had disappear when you disconnect and reconnect, but I
> don't think there is anything to be done about that.

You're right. There's also no way to continue the previous transaction.
Anyways, lots of people are asking for this feature.


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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Chuck McDevitt
Дата:
Сообщение: Re: reconnecting to DB after connection break
Следующее
От: Dave Page
Дата:
Сообщение: Re: reconnecting to DB after connection break