Re: [pgadmin-support] Crash when opening table properties

2005-10-07 Thread Andreas Pflug
Dave Page wrote: Thanks. Any reason the tab doesn't show when initally creating a table? Yes, it's not implemented pg_autovacuum needs the table oid, which isn't available directly when creating the SQL script. Using a pg_class join would work though, feel free to implement it (I might

Re: [pgadmin-support] Crash when opening table properties

2005-10-07 Thread Walter Haslbeck
Andreas Pflug wrote: Fix committed to svn. Thanks, svn revision 4521 works like a charm! Walter ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's da

Re: [pgadmin-support] Crash when opening table properties

2005-10-07 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 07 October 2005 12:12 > To: Dave Page > Cc: Walter Haslbeck; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Crash when opening table properties > > Dave Page wrote: &

Re: [pgadmin-support] Crash when opening table properties

2005-10-07 Thread Andreas Pflug
Dave Page wrote: Yes, I'm seeing a crash as well on line 535 of dlgTable.cpp in GetSQL(). I think I must be too tired though 'cause I cannot see for the life of me what is wrong there. Pour another cup of coffee... That code is for 8.1 only, since the autovacuum page is deleted for previou

Re: [pgadmin-support] Crash when opening table properties

2005-10-07 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Walter Haslbeck > Sent: 05 October 2005 13:15 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Crash when opening table properties > > Hello, >

Re: [pgadmin-support] Crash when opening table properties

2005-10-05 Thread Walter Haslbeck
Hello, wxGTK 2.6.2 (and current 2.6.3-cvs) not work correctly on SuSE 9.3. Use 2.6.1 version. I get the same crash with wxGTK 2.6.1 (thats the reason I switched to 2.6.2). ??? (Just compiled SVN Revision 4509, same result...) Walter ---(end of broadcast)-

[pgadmin-support] Crash when opening table properties

2005-10-05 Thread Walter Haslbeck
Hello, I just compiled the lastest pgadminIII-svn-snapshot and noticed the following problem: when I choose a table in the left tree-widget and select "properties" on the context-menu, pgadmin crashes: = (pgadmin3:3851): Gt