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
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
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
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
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
#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:
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.
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