[pgadmin-support] Change email request

2005-07-25 Thread Kavan, Dan (IMS)
Hi, I'm registered with email [EMAIL PROTECTED] Can that be changed to [EMAIL PROTECTED] or do I need to re-register? I'm interested in the pgsql-admin posts. I'd like the email to continue to [EMAIL PROTECTED], but I'd like to send posts to the list from [EMAIL PROTECTED] If I have to do one o

pgadmin-support@postgresql.org

2005-07-25 Thread Dennis Veatch
Am I missing something here? if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -I/usr/include -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-static-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSE

pgadmin-support@postgresql.org

2005-07-25 Thread Dave Page
What version of pgAdmin/wx is this? Have you tried 'make clean' and then recompilng? Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dennis Veatch > Sent: 25 July 2005 20:27 > To: pgadmin-support@postgresql.org > Subject: [pgadmi

Re: [pgadmin-support] errorreport: try to add a column

2005-07-25 Thread Raphaƫl Enrici
Erwin Moller wrote: > Hi group, Hi Erwin, > I hope I give you all the information needed to fix this. > I am not really a guru, so if you miss anything, just let me know. Your report is well detailed! You are the second person here to post something related to debian/sarge and a wxWidgets assert

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- >

pgadmin-support@postgresql.org

2005-07-25 Thread Dennis Veatch
On Monday 25 July 2005 03:56 pm, Dave Page wrote: > What version of pgAdmin/wx is this? Have you tried 'make clean' and then > recompilng? > pgadmin 1.2.2 and wxGTK/wxWidgets 2.6.1 make clean in pgadmin? > Regards, Dave. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EM

pgadmin-support@postgresql.org

2005-07-25 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dennis Veatch > Sent: 25 July 2005 21:46 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&) > > On Monday 25 July 2005 03:56 pm, Dave Page

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

pgadmin-support@postgresql.org

2005-07-25 Thread Dennis Veatch
On Monday 25 July 2005 05:06 pm, Dave Page wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Dennis Veatch > > Sent: 25 July 2005 21:46 > > To: pgadmin-support@postgresql.org > > Subject: Re: [pgadmin-support] void frmMain::OnClose(wxCl