This is a discussion on Re: Crash when opening table properties within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> > -----Original Message----- > From: Andreas Pflug [mailto gadmin@pse-consulting.de] > Sent: 07 October 2005 12:12 > To: Dave Page ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Andreas Pflug [mailto > 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 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... Good idea. > That code is for 8.1 only, since the autovacuum page is deleted for > previous versions. > Fix committed to svn. Thanks. Any reason the tab doesn't show when initally creating a table? /D ---------------------------(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 datatypes do not match |
| ||||
| 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 do it some day) Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |