[pgadmin-hackers] Pgadmin Error

2003-03-06 Thread Gastón Micheri
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_

Re: [pgadmin-hackers] reindex action

2003-03-06 Thread Dave Page
> -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

Re: [pgadmin-hackers] reindex action

2003-03-06 Thread frank_lupo
> > > > -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

Re: [pgadmin-hackers] PGAdmin 3 Patch // Memory Leaks Fixed // Ignore last patch

2003-03-06 Thread efesar
> 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

Re: [pgadmin-hackers] PGAdmin 3 Patch // Memory Leaks Fixed // Ignore last patch

2003-03-06 Thread Dave Page
> -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

Re: [pgadmin-hackers] reindex action

2003-03-06 Thread Dave Page
> -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