Hi,
I am working with PgAdminII and I am executing next select statement:
---
select distinct
sc.concepto,sc.fec_movimiento,sc.fec_carga,sc.id_usuario_cargo, '' as
detalle_actor, 0 as
id_actor,sd.mes_ano,sd.id_subdiario,sd.id_
> -Original Message-
> From: frank_lupo [mailto:[EMAIL PROTECTED]
> Sent: 06 March 2003 14:41
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] reindex action
>
>
> >
> >
> > > -Original Message-
> > > From: frank_lupo [mailto:[EMAIL PROTECTED]
> > > Sent
>
>
> > -Original Message-
> > From: frank_lupo [mailto:[EMAIL PROTECTED]
> > Sent: 05 March 2003 21:13
> > To: pgadmin-hackers
> > Subject: [pgadmin-hackers] reindex action
> >
> >
> > I developed a reindex command (table,index no database).
>
> Sorry Frank - this breaks the OO desig
> Nice work, thanks. You must have been bored :-). As you can probably
> tell I'm fairly new to C++ and still get a little confused with
> references & pointers from time to time.
Dave,
I've been programming C++ for years and I consistently have memory leaks --
especially in MFC. The really hard
> -Original Message-
> From: efesar [mailto:[EMAIL PROTECTED]
> Sent: 06 March 2003 05:51
> To: Dave Page; Pgadmin-Hackers
> Subject: PGAdmin 3 Patch // Memory Leaks Fixed // Ignore last patch
>
>
>
> Dave,
>
> Nevermind that last patch if you haven't patched it yet.
>
> I got serio
> -Original Message-
> From: frank_lupo [mailto:[EMAIL PROTECTED]
> Sent: 05 March 2003 21:13
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] reindex action
>
>
> I developed a reindex command (table,index no database).
Sorry Frank - this breaks the OO design of pgSchema. Unless th