[pgadmin-support] pgadmin3 removed from Fedora 10+

2009-01-18 Thread Devrim GÜNDÜZ
Hi, Just a FYI: Because of license issues, pgadmin3 was removed from Fedora 10 repository, and also it won't be in Fedora 11 and beyond. I will continue packaging pgadmin3 as usual in http://yum.pgsqlrpms.org , as usual. Regards, -- Devrim GÜNDÜZ, RHCE devrim~gunduz.org, devrim~PostgreSQL.org,

Re: [pgadmin-support] Error editing table WITH primary key

2009-01-18 Thread Michael Shapiro
One thing to consider (at least in my experience) is that if a table is altered outside PgAdmins interfaces, PgAdmin does not notice the changes until you refresh the object within PgAdmin. If you added the primary key outside PgAdmin while PgAdmin had already obtained the ddl, it would not see the

Re: [pgadmin-support] Error editing table WITH primary key

2009-01-18 Thread Terry Yapt
My problem is solved. It was solved itself. All tables, insert data and primary key's creation was launched from a SQL script. Perhaps the primary key had been creating by PostgreSQL in the background and then pgAdmin could not access that data tables for editing ?? I don't know what was the re