[pgadmin-hackers] pgAdmin III: system schemas under incorrect hiearchy in EDBAS PostgreSQL mode

2011-02-25 Thread Nikhil S
Hi, If we use pgadmin III to browse a PPAS database that was installed in Postgresql mode, the "sys" and "dbo" system schemas appear incorrectly under the normal user "Schemas" hierarchy. The issue is occurring because the current sql in pgSchemaBaseFactory::CreateObjects() which tries to avoid sh

[pgadmin-hackers] wxWidgets 2.9 compatibility: Fix for sefault on table editor under GTK

2011-02-25 Thread Peter Geoghegan
I should have spotted this one sooner, but I was thrown off by the fact that my sqlGridTextEditor code (inherits wxGridCellTextEditor) compiled without having appropriate EndEdit()/ApplyEdit() signature changes. sqlGridBoolEditor (inherits from wxGridCellEditor), on the other hand, made ApplyEdit a