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, > > I just compiled the lastest pga

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] Segfault in wxMBConvUTF8::MB2WC on startup

2005-10-07 Thread Andreas Pflug
Andreas Gustafsson wrote: I built pgadmin3 1.2.1 with wkGTK-2.6.2 on NetBSD/i386 2.0_BETA by means of pkgsrc-wip, but the resulting binary segfaults on startup: Use at least 1.2.2, or even better test the new 1.4 beta-1. If the problem persists, post a fresh stack trace here. Regards, Andreas

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: > > > > > > > Yes, I'm s

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

[pgadmin-support] pgadmin 1.4beta problem

2005-10-07 Thread Roberto Tagliaferri
I've installed 1.4b and the program crash when i open a table; (pgadmin3:28561): Gtk-CRITICAL **: gtk_widget_modify_style: assertion `GTK_IS_WIDGET (widget)' failed (pgadmin3:28561): Gtk-CRITICAL **: gtk_widget_modify_style: assertion `GTK_IS_WIDGET (widget)' failed /usr/local/bin/pgadmin: l

[pgadmin-support] serial types, pg_depend, permissions

2005-10-07 Thread Christopher St John
i'm using pgadmin3 v1.2.2 on os x against a postgres 8.0.3 server to add a bigserial column to a table. i'm getting the error: ERROR: permission denied for relation pg_depend i did a search on the mailing list and found some references to problems, but none matched exactly. the sql from the "S

Re: [pgadmin-support] pgadmin 1.4beta problem

2005-10-07 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Roberto Tagliaferri > Sent: 07 October 2005 15:53 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] pgadmin 1.4beta problem > > I've installed 1.4b and the program crash when i op

Re: [pgadmin-support] serial types, pg_depend, permissions

2005-10-07 Thread Andreas Pflug
Christopher St John wrote: i'm using pgadmin3 v1.2.2 on os x against a postgres 8.0.3 server to add a bigserial column to a table. i'm getting the error: ERROR: permission denied for relation pg_depend OK, your diagnose is quite right, missing permissions; we should check that before trying