[pgadmin-hackers] wxWindows source tarball with patches

2003-10-20 Thread Jean-Michel POURE
Hi Dave, If you plan to pack a patched tarball of wxWindows20031010, I would prefer the wxWindows-pgAdmin3-20031010.2.tar.bz2 numbering (20031010.2 like second release for 2001010) to unpack in wxWindows-pgAdmin3-20031010.2 folder. I integrated the previous patches in wxGTK2ud-2.5-20031010.1 RP

Re: [pgadmin-hackers] wxWindows source tarball with patches

2003-10-20 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 20 October 2003 09:47 > To: pgadmin-hackers > Subject: [pgadmin-hackers] wxWindows source tarball with patches > > Hi Dave, > > If you plan to pack a patched tarball of wxWindows20031010, I > would prefe

Re: [pgadmin-hackers] Include column statistics as property of the column

2003-10-20 Thread Dave Page
Thanks Hiroshi, patch applied. > -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 19 October 2003 22:01 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Include column statistics as property of the column > > Hi Dave. > > It is pga3 patch. > Please Check and

[pgadmin-hackers] Need help with GTK bug

2003-10-20 Thread Dave Page
Hi Andreas, I could use some help with a GTK related bug if you can spare some time please. The bug in question is listed in BUGS.txt as: Menu item 'Query Browser' causes Segfault under unix - crash after qbForm->Show() in frmQueryBuilder::OnSize() at layout.LayoutMDIFrame(this). QB currently dis

Re: [pgadmin-hackers] Need help with GTK bug

2003-10-20 Thread Andreas Pflug
Dave Page wrote: Hi Andreas, I could use some help with a GTK related bug if you can spare some time please. The bug in question is listed in BUGS.txt as: Menu item 'Query Browser' causes Segfault under unix - crash after qbForm->Show() in frmQueryBuilder::OnSize() at layout.LayoutMDIFrame(this).

Re: [pgadmin-hackers] Need help with GTK bug

2003-10-20 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 20 October 2003 14:51 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Need help with GTK bug > > > it's still the same problem I had those days. I don't have a > clue what's going on

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Dave. It is pga3 patch. Please Check and Apply this though I must sometimes give variously besides it. Patch mostly ok, the numeric validator was missing. Regards, Andreas ---(end of broadcast)--- TIP 1: subscribe and unsu

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Hiroshi Saito
Hi Andreas. From: "Andreas Pflug" <[EMAIL PROTECTED]> > Hiroshi Saito wrote: > > >Hi Dave. > > > >It is pga3 patch. > >Please Check and > >Apply this though I must sometimes give variously besides it. > > > > Patch mostly ok, the numeric validator was missing. > > Regards, > Andreas Oh, Than

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. From: "Andreas Pflug" <[EMAIL PROTECTED]> Hiroshi Saito wrote: Hi Dave. It is pga3 patch. Please Check and Apply this though I must sometimes give variously besides it. Patch mostly ok, the numeric validator was missing. Regards, Andreas Oh

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Hiroshi Saito
From: "Andreas Pflug" <[EMAIL PROTECTED]> (snip) > >Oh, Thanks. > >Is it a check to 1000 from 0 and -1.? > > > > > No, just to prevent typing of non-digit chars. > > Regards, > Andreas Understanding. A server may change a requirement range. And, the consistency of the value is returned in deta

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Hiroshi Saito
Hi Dave. A numerical value check was added. Please Apply it. :-) regards, Hiroshi Saito - Original Message - From: "Hiroshi Saito" <[EMAIL PROTECTED]> > From: "Andreas Pflug" <[EMAIL PROTECTED]> > (snip) > > >Oh, Thanks. > > >Is it a check to 1000 from 0 and -1.? > > > > > > > > No,

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Dave. A numerical value check was added. Please Apply it. :-) I did it already! Regards, Andreas ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's

Re: [pgadmin-hackers] Include column statistics as property of the

2003-10-20 Thread Hiroshi Saito
From: "Andreas Pflug" <[EMAIL PROTECTED]> > Hiroshi Saito wrote: > > >Hi Dave. > > > >A numerical value check was added. > >Please Apply it. > >:-) > > > > > > > I did it already! > > Regards, > Andreas Thank you for taking the time to help me in this.:-) regards Hiroshi Saito ---