On Mon, Sep 14, 2009 at 22:02, Guillaume Lelarge <[email protected]> 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.

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to