Re: [pgadmin-hackers] Updated OGL licence

2011-02-28 Thread Dave Page
On Tue, Mar 1, 2011 at 5:11 AM, Peter Geoghegan wrote: > Attached patch corrects the licence notice on all OGL source files. > They are now distributed under the PostgreSQL licence. I've worked to > make things consistent with other pgAdmin source files. > > I've also removed "// pure virtual in w

[pgadmin-hackers] pgAdmin III commit: Comment update bonanza:

2011-02-28 Thread Dave Page
Comment update bonanza: - Update the OGL comments to be in line with pgAdmin's. - Remove some incorrect comments about pure virtuals not existing in wx2.9 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3f53087480d64f9736a492d724e8e94075d979d1 A

[pgadmin-hackers] Updated OGL licence

2011-02-28 Thread Peter Geoghegan
Attached patch corrects the licence notice on all OGL source files. They are now distributed under the PostgreSQL licence. I've worked to make things consistent with other pgAdmin source files. I've also removed "// pure virtual in wx 2.9+, doesn't exist in prior versions" where inappropriate. --

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

2011-02-28 Thread Nikhil S
> Thanks - applied (with a minor tweak to make it work) :-p > > Heh, thanks Dave :) Regards, Nikhils > On Fri, Feb 25, 2011 at 3:05 PM, Nikhil S wrote: > > Hi, > > > > If we use pgadmin III to browse a PPAS database that was installed in > > Postgresql mode, the "sys" and "dbo" system schemas a

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

2011-02-28 Thread Dave Page
Thanks - applied (with a minor tweak to make it work) :-p On Fri, Feb 25, 2011 at 3:05 PM, Nikhil S wrote: > 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" hie

[pgadmin-hackers] pgAdmin III commit: Correctly identify the sys and dbo catalogs on PPAS

2011-02-28 Thread Dave Page
Correctly identify the sys and dbo catalogs on PPAS Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=64972cea7f415eb33a6231a102af6f1eab09b11f Author: Nikhil S Modified Files -- CHANGELOG |2 ++ pgadm

[pgadmin-hackers] pgAdmin III commit: Correctly identify the sys and dbo catalogs on PPAS

2011-02-28 Thread Dave Page
Correctly identify the sys and dbo catalogs on PPAS Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=679c5608debcc088e8d5c49b374c778334cf2ceb Author: Nikhil S Modified Files -- CHANGELOG |2 ++ pgadmin/schema/pg

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

2011-02-28 Thread Dave Page
Thanks - applied. On Fri, Feb 25, 2011 at 8:31 PM, Peter Geoghegan wrote: > 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. sql

[pgadmin-hackers] pgAdmin III commit: Fix the text edit grid control to work with wxWidge

2011-02-28 Thread Dave Page
Fix the text edit grid control to work with wxWidgets 2.9 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bd3d546a7740f07809207d1fd25ae8a06c38a568 Author: Peter Geoghegan Modified Files -- pgadmin/frm/frmEditGrid.cpp | 47 +++