[pgadmin-hackers] column reordering

2008-06-02 Thread Kev
Hi, As pgAdmin advances, is it feasible to include a column reordering feature as outlined here? http://www.mail-archive.com/[EMAIL PROTECTED]/msg73113.html Thanks, Kev -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.po

Re: [pgadmin-hackers] pgScript plan

2008-06-02 Thread Magnus Hagander
Mickael Deloison wrote: > 2008/6/2 Magnus Hagander <[EMAIL PROTECTED]>: > > Assuming it doesn't add a huge size increase to the binary, I agree > > - no reason to disable it. If it *should* be possible to disable > > it, it should be done within the framework of autoconf. > > > > Hi Magnus, > > W

Re: [pgadmin-hackers] pgScript plan

2008-06-02 Thread Mickael Deloison
2008/6/2 Magnus Hagander <[EMAIL PROTECTED]>: > Assuming it doesn't add a huge size increase to the binary, I agree - > no reason to disable it. If it *should* be possible to disable it, it > should be done within the framework of autoconf. > Hi Magnus, When compiled without the -g option, the st

Re: [pgadmin-hackers] pgScript plan

2008-06-02 Thread Magnus Hagander
Dave Page wrote: > On Mon, Jun 2, 2008 at 9:54 AM, Mickael Deloison > <[EMAIL PROTECTED]> wrote: > > I played with pgAdmin code and here is what I did: > > * I created a new icon and a new menu entry in the main window. > > * When this menu entry or icon is clicked, it opens a new form > > frmPgScr

[pgadmin-hackers] SVN Commit by dpage: r7335 - branches/REL-1_8_0_PATCHES/pgadmin3

2008-06-02 Thread svn
Author: dpage Date: 2008-06-02 14:21:48 +0100 (Mon, 02 Jun 2008) New Revision: 7335 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7335&view=rev Log: Some versions of automake give us i386-apple-darwin instead of 1686-apple-darwin Modified: branches/REL-1_8_0_PATCHES/pg

[pgadmin-hackers] SVN Commit by dpage: r7334 - trunk/pgadmin3

2008-06-02 Thread svn
Author: dpage Date: 2008-06-02 14:21:18 +0100 (Mon, 02 Jun 2008) New Revision: 7334 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7334&view=rev Log: Some versions of automake give us i386-apple-darwin instead of 1686-apple-darwin Modified: trunk/pgadmin3/acinclude.m4

[pgadmin-hackers] SVN Commit by dpage: r7333 - branches/REL-1_8_0_EDB/pgadmin3

2008-06-02 Thread svn
Author: dpage Date: 2008-06-02 14:20:54 +0100 (Mon, 02 Jun 2008) New Revision: 7333 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7333&view=rev Log: Some versions of automake give us i386-apple-darwin instead of 1686-apple-darwin Modified: branches/REL-1_8_0_EDB/pgadmi

Re: [pgadmin-hackers] pgScript plan

2008-06-02 Thread Dave Page
Hi Mickael On Mon, Jun 2, 2008 at 9:54 AM, Mickael Deloison <[EMAIL PROTECTED]> wrote: > I played with pgAdmin code and here is what I did: > * I created a new icon and a new menu entry in the main window. > * When this menu entry or icon is clicked, it opens a new form frmPgScript > which > is

[pgadmin-hackers] pgScript plan

2008-06-02 Thread Mickael Deloison
Hi pgAdmin hackers, Just as a reminder, pgScript is a Google Summer of Code project and my goal is to integrate it into pgAdmin. http://www.postgresqldocs.org/wiki/Gsoc08-pgscript = 1) Code reuse = This week I isolated some pgAdmin files that I am planning to reuse in the