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? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
