Re: Ticket #6: Add a cursors list in the server status window - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: Ticket #6: Add a cursors list in the server status window
Date
Msg-id 200909142224.49808.guillaume@lelarge.info
Whole thread Raw
In response to Re: Ticket #6: Add a cursors list in the server status window  (Magnus Hagander <magnus@hagander.net>)
List pgadmin-hackers
Le lundi 14 septembre 2009 à 22:07:24, Magnus Hagander a écrit :
> On Mon, Sep 14, 2009 at 22:02, Guillaume Lelarge <guillaume@lelarge.info>
wrote:
> > Hi,
> >
> > I was working on this tonight. It aims to display the contents of the
> > pg_cursors view. Halfway through it, it occurs to me that this is not a
> > great thing to do.
> >
> > AFAICT, the contents of this view only depends on your session. But the
> > status window has its own session, so it won't be able to display
> > anything but its own cursors (which really means nothing as it doesn't
> > use cursors).
> >
> > Am I wrong?
>
> Nope, you're right. Actually, by default, they go away at the end of a
> transaction even, so that's even worse.
>

Well, I suppose the good part of this is it's one less ticket to take care of.


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

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #6: Add a cursors list in the server status window
Next
From: Guillaume Lelarge
Date:
Subject: Re: [pgadmin-support] Possible simple enhancement