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