[pgadmin-hackers] Improved copying from Edit Data Grid - rough patch

2006-02-02 Thread Edward Di Geronimo Jr.
Hello, I want to get involved in helping polish the pgAdmin interface. As a first step, I've modified the copy for the Edit Data grid to have much more flexiblity in copying data from the grid. The present code only allows copying entire rows. With my changes, you can now copy rows, columns,

Re: [pgadmin-hackers] execute sql script w/o stopping after error?

2006-02-02 Thread Dave Page
-Original Message- From: Carl R. Brune [mailto:[EMAIL PROTECTED] Sent: Thu 2/2/2006 8:59 PM To: Dave Page Cc: pgadmin-hackers@postgresql.org Subject: RE: [pgadmin-hackers] execute sql script w/o stopping after error? > Thanks, Dave, for the helpful reply. NP > I have a feeling I sent

[pgadmin-hackers] SVN Commit by dpage: r4985 - trunk/www/support

2006-02-02 Thread svn
Author: dpage Date: 2006-02-02 21:37:44 + (Thu, 02 Feb 2006) New Revision: 4985 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4985&view=rev Log: Fix list address, per Carl R. Brune Modified: trunk/www/support/list.php ---(end of broadcast)-

Re: [pgadmin-hackers] execute sql script w/o stopping after error?

2006-02-02 Thread Carl R. Brune
Thanks, Dave, for the helpful reply. I have a feeling I sent my question to the wrong list -- sorry if that's the case. According to http://www.pgadmin.org/support/list.php "The pgadmin-support mailing list is intended for end user support and bug reports. To subscribe to the mailing list, send

Re: [pgadmin-hackers] Compiling pgadmin on Fedora Core 3

2006-02-02 Thread Andy Burns
Stephen Tashiro wrote: I'm compiling the source in pgadmin3-1.4.1.tar.gz on Fedora Core 3 after installing WxWidgets from wxGTK-2.6.2.tar.gz. I don't know about FC3 but I did manage to build it from the .spec file on FC5T2 once the relevant version of Wxwidgets was updated in fedora itself,

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

2006-02-02 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 02 February 2006 16:10 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4984 - > trunk/pgadmin3 > > [EMAIL PROTECTED] wrote: > > Author: dpage > > >

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

2006-02-02 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Author: dpage Date: 2006-02-02 13:59:06 + (Thu, 02 Feb 2006) New Revision: 4984 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4984&view=rev Log: Fix Andreas' dodgy formatting and attribution :-p Err, blasphemy? Regards, Andreas --

[pgadmin-hackers] Compiling pgadmin on Fedora Core 3

2006-02-02 Thread Stephen Tashiro
I'm compiling the source in pgadmin3-1.4.1.tar.gz on Fedora Core 3 after installing WxWidgets from wxGTK-2.6.2.tar.gz. The compiling of pgadmin3 links the libraries: -lwx_gtk2u_adv-2.6 -lwx_baseu-2.6 -lwx_baseu_net-2.6 -lwx_baseu_xml-2.6 -lwx_gtk2u_core-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_ogl-2.6

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

2006-02-02 Thread svn
Author: dpage Date: 2006-02-02 13:59:06 + (Thu, 02 Feb 2006) New Revision: 4984 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4984&view=rev Log: Fix Andreas' dodgy formatting and attribution :-p Modified: trunk/pgadmin3/CHANGELOG ---(end of

[pgadmin-hackers] Query tool result discarding

2006-02-02 Thread Magnus Hagander
Hi! A fairly typical use-case for the query tool in my org is: BEGIN TRANSACTION; UPDATE something SET somecol=newval WHERE something=other; SELECT * FROM something; -- this is to manually verify results ROLLBACK; Then when everything works, you replace ROLLBACK with COMMIT. This works perfec

Re: [pgadmin-hackers] [pgadmin-support] "view data" freezes up every time

2006-02-02 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 02 February 2006 08:53 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org; > pgadmin-support@postgresql.org; Francisco Leovey > Subject: Re: [pgadmin-hackers] [pgadmin-support] "view data" > freezes up ever

Re: [pgadmin-hackers] [pgadmin-support] "view data" freezes up every time

2006-02-02 Thread Hiroshi Saito
From: "Dave Page" > > I had overlooked from the latest busyness. > > That's only the built in viewer that's used on *nix and in dev mode on > Windows. The Windows HTMLHelp viewer still stays on top. There's no easy > way to change that from what I can tell, though some shellexec hackery > might wo

Re: [pgadmin-hackers] [pgadmin-support] "view data" freezes up every time

2006-02-02 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 02 February 2006 08:43 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org; > pgadmin-support@postgresql.org; Francisco Leovey > Subject: Re: [pgadmin-support] "view data" freezes up every time > > Hi Dave.

Re: [pgadmin-hackers] [pgadmin-support] "view data" freezes up every time

2006-02-02 Thread Hiroshi Saito
Hi Dave. From: "Dave Page" > > Also the help window stays always on top > > Yes. I find that Andreas has improved it.(developer version) http://cre-ent.skcapi.co.jp/~saito/pgadmin3/pgAdmin3_help_back.PNG I had overlooked from the latest busyness. Regards, Hiroshi Saito --

Re: [pgadmin-hackers] execute sql script w/o stopping after error?

2006-02-02 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Carl R. Brune > Sent: 31 January 2006 18:33 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] execute sql script w/o stopping > after error? > > Does pgadmin3 offer a way to exec