Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-16 Thread Andreas Pflug
Richard van den Berg wrote: Andreas Pflug wrote: In any case, we'd appreciate further feedback on this topic (positive or negative). Ok, I compile wxwindows 2.5.3 from source and pgadmin3 using the current CVS version. I can see the content of the schemas now! Thanks for the feedback! Regards, A

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Richard van den Berg
Andreas Pflug wrote: In any case, we'd appreciate further feedback on this topic (positive or negative). Ok, I compile wxwindows 2.5.3 from source and pgadmin3 using the current CVS version. I can see the content of the schemas now! Thanks a lot for the quick fix. -- Richard van den Berg, CISSP

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Richard van den Berg
Andreas Pflug wrote: You probably mean 2.5.1/2.5.3? Since 2.5.3 is out now officially, the debian package will be availabe too RSN I believe (maybe it is already at www.wxwidgets.org). You're right, sorry about the version mixup. There are no DEB (or RPM) files at www.wxwidgets.org for 2.5.3 at

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 15 October 2004 16:25 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pgadmin3 gets oid for schema wrong > > > Don't remember ever having one. &g

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Andreas Pflug
Dave Page wrote: gets oid for schema wrong Oh I didn't expect the binary version to work anyway, it's probably not even Unicode. Yeah, but I was hoping... :-) Hope dies last :-) >>Our MSW compilation instructions should contain a matching setup.h version as well. Don't remember ever having one

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 15 October 2004 16:05 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pgadmin3 gets oid for schema wrong > > Oh I didn't expect the binary version to work

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Pflug Sent: 15 October 2004 15:15 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [pgadmin-support] pgadmin3 gets oid for schema wrong We have good

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Andreas Pflug > Sent: 15 October 2004 15:15 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pgadmin3 gets oid fo

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Message d'origine Yes, you need to use wxWid 2.5.3 to build pga3. Generally we provide a supported tarball of wxWid there: http://pgadmin.postgresql.org/snapshots/wxWidgets/ But I can't find the one for 2.5.3. Maybe in preparation (andreas ?). Currently we don't n

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Andreas Pflug
Richard van den Berg wrote: Andreas Pflug wrote: Digging into the sources, I found two places where oids are converted using atol, which might be the offending function. I changed both to strtoul, and committed the changes to cvs. Thanks for the fast response (and possible fix). Please check it

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread blacknoz
Message d'origine >Date: Fri, 15 Oct 2004 15:45:27 +0200 >De: Richard van den Berg <[EMAIL PROTECTED]> >A: Andreas Pflug <[EMAIL PROTECTED]> >Copie à: [EMAIL PROTECTED] >Sujet: Re: [pgadmin-support] pgadmin3 gets oid for schema wrong > >Andreas P

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Richard van den Berg
Andreas Pflug wrote: Digging into the sources, I found two places where oids are converted using atol, which might be the offending function. I changed both to strtoul, and committed the changes to cvs. Thanks for the fast response (and possible fix). Please check it (misc.cpp and pgSet.cpp affec

Re: [pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Andreas Pflug
Richard van den Berg wrote: I have this weird problem where pgadmin3 shows empty schema's (tables(0), views(0), etc) while they are not empty at all. I upgraded to the 1.2.0-0.0+beta2.0 debian package, but the problem persists. Refreshing the schema causes the schema to disappear from the pgadmi

[pgadmin-support] pgadmin3 gets oid for schema wrong

2004-10-15 Thread Richard van den Berg
I have this weird problem where pgadmin3 shows empty schema's (tables(0), views(0), etc) while they are not empty at all. I upgraded to the 1.2.0-0.0+beta2.0 debian package, but the problem persists. Refreshing the schema causes the schema to disappear from the pgadmin3 tree. This is the query