[pgadmin-hackers] CVS Commit by andreas: restore checking file signature

2004-06-22 Thread cvs
Log Message: --- restore checking file signature Modified Files: -- pgadmin3/src/include: frmRestore.h (r1.2 -> r1.3) pgadmin3/src/ui: frmRestore.cpp (r1.2 -> r1.3) Index: frmRestore.h ===

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Andreas Pflug
Dave Page wrote: Been doing it that way since 6.3 (before pg_restore existed iirc). I keep doing it that way because there are no real space issues for me, and if I ever need to restore a system from backup, I can upgrade at the same time and still be able to massage the dump file into the new ver

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 20:39 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Misc topics > > > So why don't you use tar or compressed format? The Restore > Tool is a frontend for pg_restore, w

[pgadmin-hackers] CVS Commit by andreas: gcc fix

2004-06-22 Thread cvs
Log Message: --- gcc fix Modified Files: -- pgadmin3/src/ui: frmStatus.cpp (r1.28 -> r1.29) Index: frmStatus.cpp === RCS file: /projects/pgadmin3/src/ui/frmStatus.cpp,v retrieving revision 1.28 retriev

[pgadmin-hackers] CVS Commit by andreas: gcc fix

2004-06-22 Thread cvs
Log Message: --- gcc fix Modified Files: -- pgadmin3/src/ui: frmStatus.cpp (r1.27 -> r1.28) pgadmin3/src/include: frmStatus.h (r1.11 -> r1.12) Index: frmStatus.cpp === RCS file: /projects/p

[pgadmin-hackers] CVS Commit by andreas: todo: refactor tree context menu: create instead

2004-06-22 Thread cvs
Log Message: --- todo: refactor tree context menu: create instead of en/disable items Modified Files: -- pgadmin3: TODO.txt (r1.99 -> r1.100) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt,v

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Andreas Pflug
Dave Page wrote: I see what's happening. I dump things in text format more often than not, and that's what it's barfing on. I think that needs to be handled a lttle more cleanly when we release - perhaps check the file format before passing it to pg_restore, Ok, chec

[pgadmin-hackers] Pgadmin3 Install Problem

2004-06-22 Thread Tom Browder
I got the latest tarball from CVS pgadmin3 directory, commented out the wx package file that causes problems with Fedora Core 2, recompiled and installed it, and finally compiled and installed pgadmin3. There were no problems with compilation, but the final executable (pgadmin3) didn't install.

Re: [pgadmin-hackers] Misc topics

2004-06-22 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 17:10 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Misc topics > > Dave Page wrote: > > > > > > >I see what's happening. I dump things in text format more often than > >not, and that's wha

[pgadmin-hackers] CVS Commit by andreas: display user owned objects

2004-06-22 Thread cvs
Log Message: --- display user owned objects Modified Files: -- pgadmin3/src/include: pgObject.h (r1.56 -> r1.57) pgUser.h (r1.20 -> r1.21) pgadmin3/src/schema: pgObject.cpp (r1.68 -> r1.69) pgTablespace.cpp (r1.3 -> r1.4) pgUser.c

[pgadmin-hackers] Misc topics

2004-06-22 Thread Andreas Pflug
Dave Page wrote: I see what's happening. I dump things in text format more often than not, and that's what it's barfing on. I think that needs to be handled a lttle more cleanly when we release - perhaps check the file format before passing it to pg_restore, Ok, checking the file signature seems r

Re: [pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 16:13 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Allow > query cancel/terminate > > Dave Page wrote: > > > > >BTW, on the restore dialogue, the

[pgadmin-hackers] CVS Commit by dpage: Set the default button to no.

2004-06-22 Thread cvs
Log Message: --- Set the default button to no. Modified Files: -- pgadmin3/src/ui: frmStatus.cpp (r1.26 -> r1.27) Index: frmStatus.cpp === RCS file: /projects/pgadmin3/src/ui/frmStatus.cpp,v retrieving

Re: [pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread Andreas Pflug
Dave Page wrote: BTW, on the restore dialogue, the 'contents' tab doesn't seem to do anything useful (nor for that matter does the view button). Did you select a valid file? It should retrieve (-l) the contents for distinct selection and restoration of objects. I'm trying to finish the gui for

Re: [pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread Andreas Pflug
Dave Page wrote: Do we need that at all? Then we should add a status bar. Should we use wxDEFAULT_NO on the security question msg box? Probably, I'll add that. 'cept there doesn't appear to be any such thing for a wxMessageBox... so let's call it wxNO_DEFAULT :-) Regards, Andrea

Re: [pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page > Sent: 22 June 2004 15:25 > To: Andreas Pflug > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Allow > query cancel/terminate > > > > Do we need that at al

Re: [pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 22 June 2004 14:35 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Allow > query cancel/terminate > > [EMAIL PROTECTED] wrote: > > >Log Message: > >--- >

[pgadmin-hackers] CVS Commit by andreas: fix cleanup terminated pids

2004-06-22 Thread cvs
Log Message: --- fix cleanup terminated pids Modified Files: -- pgadmin3/src/ui: frmStatus.cpp (r1.25 -> r1.26) Index: frmStatus.cpp === RCS file: /projects/pgadmin3/src/ui/frmStatus.cpp,v retrieving r

Re: [pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Log Message: --- Allow query cancel/terminate Hm, I'm not too happy about "Hi there, I did it" message boxes. Do we need that at all? Then we should add a status bar. Should we use wxDEFAULT_NO on the security question msg box? IMHO cancel/terminate is also usa

[pgadmin-hackers] CVS Commit by andreas: fix disconnect check

2004-06-22 Thread cvs
Log Message: --- fix disconnect check Modified Files: -- pgadmin3/src/ui: frmMain.cpp (r1.93 -> r1.94) Index: frmMain.cpp === RCS file: /projects/pgadmin3/src/ui/frmMain.cpp,v retrieving revision 1.93

[pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread cvs
Log Message: --- Allow query cancel/terminate Modified Files: -- pgadmin3/src/include: frmStatus.h (r1.10 -> r1.11) Index: frmStatus.h === RCS file: /projects/pgadmin3/src/include/frmStatus.h,v retriev

[pgadmin-hackers] CVS Commit by dpage: Allow cancel/terminate of multiple processes at

2004-06-22 Thread cvs
Log Message: --- Allow cancel/terminate of multiple processes at once. Modified Files: -- pgadmin3/src/ui: frmStatus.cpp (r1.24 -> r1.25) Index: frmStatus.cpp === RCS file: /projects/pgadmin3/src/ui/fr

[pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread cvs
Log Message: --- Allow query cancel/terminate Modified Files: -- pgadmin3/src/ui: frmStatus.cpp (r1.23 -> r1.24) Index: frmStatus.cpp === RCS file: /projects/pgadmin3/src/ui/frmStatus.cpp,v retrieving

[pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread cvs
Log Message: --- Allow query cancel/terminate Modified Files: -- pgadmin3/src/ui/common: xrcDialogs.cpp (r1.27 -> r1.28) Index: xrcDialogs.cpp === RCS file: /projects/pgadmin3/src/ui/common/xrcDialogs.

[pgadmin-hackers] CVS Commit by dpage: Allow query cancel/terminate

2004-06-22 Thread cvs
Log Message: --- Allow query cancel/terminate Modified Files: -- pgadmin3/src/ui/common: frmStatus.xrc (r1.8 -> r1.9) Index: frmStatus.xrc === RCS file: /projects/pgadmin3/src/ui/common/frmStatus.xrc,v