Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: reconnecting to DB after connection break


  • From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Cc: Chuck McDevitt <cmcdevitt(at)greenplum(dot)com>, Julius Tuskenis <julius(dot)tuskenis(at)gmail(dot)com>
  • Subject: Re: reconnecting to DB after connection break
  • Date: Fri, 21 Aug 2009 22:45:36 +0200
  • Message-id: <200908212245.36789.guillaume@lelarge.info> <text/plain>

Le vendredi 21 août 2009 à 22:05:42, Chuck McDevitt a écrit :
> > -----Original Message-----
> > From: pgadmin-hackers-owner(at)postgresql(dot)org [mailto:pgadmin-hackers-
> > owner(at)postgresql(dot)org] On Behalf Of Julius Tuskenis
> > Sent: Friday, August 21, 2009 3:16 AM
> > To: pgadmin-hackers(at)postgresql(dot)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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group