Re: [pgadmin-hackers] [pgadmin-support] Possible simple enhancement

2009-09-14 Thread Guillaume Lelarge
Le mardi 15 septembre 2009 à 06:54:59, Magnus Hagander a écrit : > On 15 sep 2009, at 00.48, Guillaume Lelarge > > wrote: > > Le samedi 12 septembre 2009 à 14:49:04, Guillaume Lelarge a écrit : > >> Le mercredi 9 septembre 2009 à 20:46:00, Roger Niederland a écrit : > >>> First of all thanks for

[pgadmin-hackers] It seems to miss PQclear function

2009-09-14 Thread Quan Zongliang
hi all In ExecuteVoid function of pgConn class: // Check for errors if (lastResultStatus != PGRES_TUPLES_OK && lastResultStatus != PGRES_COMMAND_OK) { LogError(!reportError); return false; } Shoud be: // Check for errors if (lastResultStatus != PGRE

Re: [pgadmin-hackers] [pgadmin-support] Possible simple enhancement

2009-09-14 Thread Magnus Hagander
On 15 sep 2009, at 00.48, Guillaume Lelarge wrote: Le samedi 12 septembre 2009 à 14:49:04, Guillaume Lelarge a écrit : Le mercredi 9 septembre 2009 à 20:46:00, Roger Niederland a écrit : First of all thanks for PGAdmin I've been using it for years now. :) : One small enhancement that wou

Re: [pgadmin-hackers] [pgadmin-support] Possible simple enhancement

2009-09-14 Thread Guillaume Lelarge
Le samedi 12 septembre 2009 à 14:49:04, Guillaume Lelarge a écrit : > Le mercredi 9 septembre 2009 à 20:46:00, Roger Niederland a écrit : > > First of all thanks for PGAdmin I've been using it for years now. > > > :) > : > > One small enhancement that would be very useful is: > > > > When viewing t

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

2009-09-14 Thread Guillaume Lelarge
Le lundi 14 septembre 2009 à 22:07:24, Magnus Hagander a écrit : > On Mon, Sep 14, 2009 at 22:02, Guillaume Lelarge 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 th

Re: [pgadmin-hackers] [pgAdmin III] #6: Add a cursors list in the server status window

2009-09-14 Thread pgAdmin Trac
#6: Add a cursors list in the server status window --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.12 Component: pgadmin | Version:

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

2009-09-14 Thread Magnus Hagander
On Mon, Sep 14, 2009 at 22:02, Guillaume Lelarge 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.

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

2009-09-14 Thread Guillaume Lelarge
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