Re: [pgadmin-support] Problems displaying data from Query Tool and

2005-07-26 Thread Steve Martin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Steve Martin Sent: 25 July 2005 22:33 To: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Problems displaying data from Query Tool and Hello Dave, Thanks for your reply, I also

Re: [pgadmin-support] Problems displaying data from Query Tool and

2005-07-26 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steve Martin > Sent: 25 July 2005 22:33 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Problems displaying data from > Query Tool and > > He

Re: [pgadmin-support] Problems displaying data from Query Tool and

2005-07-25 Thread Steve Martin
Hello Dave, Thanks for your reply, I also suspected that it has something to do with the threading. I have compiled PostgreSQL with --enable-thread-safety set and confirmed from the config.log that this option is set: : : It was created by PostgreSQL configure 8.0.3, which was generated b

Re: [pgadmin-support] Problems displaying data from Query Tool and View/Edit Data Tool.

2005-07-25 Thread Dave Page
Hi Steve, The main difference between those tools and the rest of the code is that they execute their queries in a separate thread. I wonder if PostgreSQL needs to be compiled with --enable-thread-safety on Solaris for pgAdmin to work as it should? Regards, Dave. > -Original Message- >