Hi,
If one right clicks on database and goes to properties, there the "Default
Privileges" tab does not seem to contain the 'public' schema pre-selected.
It is so the case in the normal "Privileges" for example. This patch
pre-populates the 'public' schema for the default privileges case too.
Reg
Hi Dave,
>
> > I'm inclined to consider this a bug, as my failure to update this
> > prior to the release of 1.12 means that our support for that feature
> > is essentially broken.
> >
> > Does anyone object, before I commit it to 1.12?
> >
>
> No objection here.
>
>
>
Aye from the patch submitter
Trim the training newline from text copied from a listview.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2be50ad0a363d54785c2ddc528020810e9f2a24e
Modified Files
--
pgadmin/frm/frmMain.cpp |1 +
1 files changed, 1 insertions(+)
The generic list view control on the Mac doesn't fire focus events
as it should, so we set currentControl here instead of relying on
the ChildFocusEvent. The native list view does fire the events, but
does weird things with multi-select items so we currently disable
it (see the creation of the list
Add a couple of #includes to keep GCC happy, and run make style.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fece0701999fda206b788edf9c4c640a007f5cc2
Modified Files
--
pgadmin/ctl/ctlAuiNotebook.cpp |9 ++---
pgadmi
Implement a more reliable method for detecting changes to the focussed
control on the main form, by implementing a custom wxAuiNotebook control
which passes ChildFocus events to it's parent.
Primarily this is used at the moment for enabling/disabling the Copy menu
option, but we'll use the new con
Fix a regression in my previous patch, which fixed VC++ and broke GCC builds.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b139f19bab884f83266ef539932111f2767d90f6
Modified Files
--
pgadmin/debugger/dlgDirectDbg.cpp |2 +-
1 f
On Thu, Feb 3, 2011 at 3:00 AM, Peter Geoghegan
wrote:
>
> I'm going to clean up your commit from the other day per your
> suggestion. I'm also going to get started on moving OGL into the tree,
> and building it ourselves.
OK.
> I've noticed that the sample OGL applications have obvious bugs in