[pgadmin-hackers] SVN Commit by dpage: r4878 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src/frm

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 08:45:14 + (Mon, 09 Jan 2006) New Revision: 4878 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmExport.cpp Log: Set the initial Unicode/Local charset options correctly in the Export dialogue [Magn

[pgadmin-hackers] SVN Commit by dpage: r4879 - in trunk/pgadmin3: . src/frm

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 08:46:40 + (Mon, 09 Jan 2006) New Revision: 4879 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/frm/frmExport.cpp Log: Set the initial Unicode/Local charset options correctly in the Export dialogue [Magnus Hagander] Modified: trunk/pgadmin3/CHA

[pgadmin-hackers] SVN Commit by dpage: r4880 - branches/REL-1_4_0_PATCHES/pgadmin3

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 08:47:06 + (Mon, 09 Jan 2006) New Revision: 4880 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt Log: Add a couple of missing items. Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt ==

Re: [pgadmin-hackers] Patch: Export unicode typo

2006-01-09 Thread Dave Page
Thanks, patch applied. Regards, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 08 January 2006 14:50 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Patch: Export unicode typo > > Attached patch

[pgadmin-hackers] SVN Commit by dpage: r4881 - in trunk/pgadmin3: . src/ctl src/frm src/include src/include/ctl

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 09:11:33 + (Mon, 09 Jan 2006) New Revision: 4881 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/ctl/ctlSQLResult.cpp trunk/pgadmin3/src/frm/frmQuery.cpp trunk/pgadmin3/src/include/ctl/ctlSQLResult.h trunk/pgadmin3/src/include/frmQuery.h

Re: [pgadmin-hackers] Patch: Select all in result pane

2006-01-09 Thread Dave Page
Thanks - patch applied. Regards, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 08 January 2006 14:55 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Patch: Select all in result pane > > This pa

[pgadmin-hackers] SVN Commit by dpage: r4882 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src/ctl

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 09:22:29 + (Mon, 09 Jan 2006) New Revision: 4882 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt branches/REL-1_4_0_PATCHES/pgadmin3/src/ctl/ctlSQLResult.cpp Log: Honour the copy quoting setting properly in the SQL results pane [Magnus Hagander

[pgadmin-hackers] SVN Commit by dpage: r4883 - in trunk/pgadmin3: . src/ctl

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 09:31:15 + (Mon, 09 Jan 2006) New Revision: 4883 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/ctl/ctlSQLResult.cpp Log: Honour the copy quoting setting properly in the SQL results pane [Magnus Hagander] Modified: trunk/pgadmin3/CHANGELOG.txt

Re: [pgadmin-hackers] Copy quoting

2006-01-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 08 January 2006 14:54 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Copy quoting > > Hi! > > Attached are two patches around the copying-to-clipboard

[pgadmin-hackers] Paste bug in Query Tool

2006-01-09 Thread Magnus Hagander
Hi! When you paste a multiline query in the query tool, where any line *except* the last one is very long, the scrollbar doesn't resize, thus making it impossible to scroll the whole query into view. A workaround is to click this row and press "end", or to manually move out to the end of it, in wh

[pgadmin-hackers] SVN Commit by dpage: r4884 - in trunk/pgadmin3: . docs/en_US src src/frm src/include

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 10:38:49 + (Mon, 09 Jan 2006) New Revision: 4884 Added: trunk/pgadmin3/docs/en_US/commandline.html Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/docs/en_US/pgadmin3.hhc trunk/pgadmin3/docs/en_US/pgadmin3.hhp.cached trunk/pgadmin3/docs/en_US

Re: [pgadmin-hackers] Patch: commandline connect/launch

2006-01-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 08 January 2006 16:56 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Patch: commandline connect/launch > > Attached patch makes it possibe to specify a

[pgadmin-hackers] pgAdminIII feature proposal - Logging the SQL commands history

2006-01-09 Thread Tomek Kochanek
It would very nice to have the option to log all changes in database. It will help me to manage changes on testing and production server. Currently it's possible to log all queries but it's not the good sollution, because you have to filter what are system queries and what isn't.

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 08 January 2006 15:05 > To: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query tool: Autocompletion > > > Attached is a first attempt at autocompletion

Re: [pgadmin-hackers] Paste bug in Query Tool

2006-01-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 09 January 2006 10:01 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Paste bug in Query Tool > > Hi! > > When you paste a multiline query in the query

Re: [pgadmin-hackers] Patch: commandline connect/launch

2006-01-09 Thread Magnus Hagander
> > Attached patch makes it possibe to specify a server description to > > auto-connect to on the commandline ("-s mydbserver"), and > also to have > > pgAdmin automatically launch the query tool ("-s mydbserver > -q"). It > > will still open the main window as well, as there seems to be > >

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

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 14:27:07 + (Mon, 09 Jan 2006) New Revision: 4885 Modified: trunk/pgadmin3/BUGS.txt Log: Remove fixed items from bugs list - they should be in the changelog. Modified: trunk/pgadmin3/BUGS.txt ===

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

2006-01-09 Thread Miha Radej
hi! after checking out revision 4884 make fails with the following error: [EMAIL PROTECTED]:/net/programs/pgadmin-svn/pgadmin3]$ make make all-recursive make[1]: Entering directory `/usr/net/programs/pgadmin-svn/pgadmin3' Making all in i18n make[2]: Entering directory `/usr/net/programs/pgadmin

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

2006-01-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Miha Radej > Sent: 09 January 2006 14:56 > To: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4884 - > in trunk/pgadmin3: > > hi! > > after checking out revi

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

2006-01-09 Thread Miha Radej
hi! Dave Page wrote: after checking out revision 4884 make fails with the following error: revision 4883 makes just fine. system is suse 9.3, gcc 3.3.4, wx 2.6.0. regards, Miha Does it build if you add 'include "frmQuery.h"' at the top of pgAdmin3.cpp (see how frmMain and some others ar

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

2006-01-09 Thread Dave Page
> -Original Message- > From: Miha Radej [mailto:[EMAIL PROTECTED] > Sent: 09 January 2006 15:16 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4884 - > in trunk/pgadmin3: > > hi! > > Dave Page wrote: > >>after checking out

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

2006-01-09 Thread svn
Author: dpage Date: 2006-01-09 15:43:07 + (Mon, 09 Jan 2006) New Revision: 4886 Modified: trunk/pgadmin3/src/pgAdmin3.cpp Log: Add a couple of headers needed on *nix Modified: trunk/pgadmin3/src/pgAdmin3.cpp === --- trunk/pgad

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

2006-01-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page > Sent: 09 January 2006 15:21 > To: Miha Radej > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4884 - > in trunk/pgadmin3: > > OK, give me a fe

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

2006-01-09 Thread Miha Radej
hi! i've tinkered around a bit and it seems to work with the attached patch applied. "pgadmin -q" displayed the usage screen so i guess it should work. cheers, Miha Dave Page wrote: after checking out revision 4884 make fails with the following error: revision 4883 makes just fine. sys

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

2006-01-09 Thread Miha Radej
oops, sorry :) just sent an email with a success report and didn't see this email. cheers, Miha Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page Sent: 09 January 2006 15:21 To: Miha Radej Cc: pgadmin-hackers@postgresql.or

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

2006-01-09 Thread Dave Page
> -Original Message- > From: Miha Radej [mailto:[EMAIL PROTECTED] > Sent: 09 January 2006 15:50 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4884 - > in trunk/pgadmin3: > > oops, sorry :) just sent an email with a success

[pgadmin-hackers] pgadmin crash issue

2006-01-09 Thread Daniel Whitter
Hello, I've posted this mail to the postgresql general mailing list. For those of you who don't read it: I'm new to postgresql and during testing for a script I've found some curious things. If I do the following things a bad dump will be created that can't be restored (using pgadmin3, pg_dump