On Fri, Jun 26, 2009 at 2:11 PM, Willy-Bas Loos<willy...@gmail.com> wrote:
>>No.
>>--
>>Dave Page
>
> So what would it take to implement that?

At first glance, this:

Index: pgadmin/frm/frmEditGrid.cpp
===================================================================
--- pgadmin/frm/frmEditGrid.cpp (revision 7945)
+++ pgadmin/frm/frmEditGrid.cpp (working copy)
@@ -115,6 +115,7 @@
     SetStatusBarPane(-1);

     sqlGrid = new ctlSQLEditGrid(this, CTL_EDITGRID,
wxDefaultPosition, wxDefaultSize);
+    sqlGrid->EnableDragColMove(true);

     // Set up toolbar
     toolBar = new ctlMenuToolbar(this, -1, wxDefaultPosition,
wxDefaultSize, wxTB_FLAT | wxTB_NODIVIDER);

It appears to work in a 30 second test, but I'm sure it will have
broken something non-obvious.

Regards, Dave.

-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to