Re: Introduction

2002-02-14 Thread Dave Page
  -Original Message-From: Mark A. Taff [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 21:03To: Dave Page; pgadmin-hackersSubject: RE: [pgadmin-hackers] Introduction  2.    I would like to see the treeview root item be `servers`, which would have sub no

Re: Introduction

2002-02-14 Thread Mark A. Taff
Replies interspersed below.   -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 11:58 AM To: 'Mark A. Taff'; pgadmin-hackers Subject: RE: [pgadmin-hackers] Introduction     -Original Message- From: Mark A. Taff [mailto:[

Re: Introduction

2002-02-14 Thread Rod Taylor
Regarding point 3, the table space pollution problem wouldn't be nearly as bad if the tables were prefixed with pg_pgadmin so that most of the time they dissapear.  This could have a 'Use TEMP tables' option to enable self creanup for production DBs.   However, an alternative to this is to al

Re: Introduction

2002-02-14 Thread Dave Page
  -Original Message-From: Mark A. Taff [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 17:28To: pgadmin-hackersSubject: [pgadmin-hackers] Introduction Howdy!   I am interested in helping to develop pgAdmin.   By way of e-introduction, my name is Mark T

Introduction

2002-02-14 Thread Mark A. Taff
Howdy!   I am interested in helping to develop pgAdmin.   By way of e-introduction, my name is Mark Taff.  I am a web and database developer living near Seattle, Washington, USA.   There are a number of features/improvements to pgAdmin I would like to see (and am willing to work on!),

Re: Minor bug and suggested fix - 1.2 and 1.3.5

2002-02-14 Thread Dave Page
Gotta start somewhere... -Original Message-From: Mark A. Taff [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 16:33To: Dave Page; pgadmin-hackersSubject: RE: [pgadmin-hackers] Minor bug and suggested fix - 1.2 and 1.3.5 Be happy to.  It would be a great li

Re: Minor bug and suggested fix - 1.2 and 1.3.5

2002-02-14 Thread Mark A. Taff
Be happy to.  It would be a great little project to `get my feet wet` as a new developer [albeit an minor developer J ]   Regards,   Mark   -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 8:27 AM To: 'Mark A. Taff'; pgadmin-hack

Re: Minor bug and suggested fix - 1.2 and 1.3.5

2002-02-14 Thread Dave Page
Sounds good. Care to give it a go?   Regards, Dave. -Original Message-From: Mark A. Taff [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 16:15To: Dave Page; pgadmin-hackersSubject: RE: [pgadmin-hackers] Minor bug and suggested fix - 1.2 and 1.3.5 We could jus

Re: Minor bug and suggested fix - 1.2 and 1.3.5

2002-02-14 Thread Mark A. Taff
We could just rewrite EndMsg to accept an optional parameter (Optional ByVal szMsg As String) where szMsg is “Done with errors – “.  This could be set in LogError, then we test for the passed value and modify the status bar message as required.   Mark Taff   -Original Message-

Re: Minor bug and suggested fix - 1.2 and 1.3.5

2002-02-14 Thread Dave Page
  -Original Message-From: Mark A. Taff [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 15:48To: pgadmin-hackersSubject: [pgadmin-hackers] Minor bug and suggested fix - 1.2 and 1.3.5 All,     I've found a minor bug in 1.2 and 1.3.5.  When an uncorrected

Minor bug and suggested fix - 1.2 and 1.3.5

2002-02-14 Thread Mark A. Taff
All,     I’ve found a minor bug in 1.2 and 1.3.5.  When an uncorrected error occurs and LogError is called after StartMsg has been called, EndMsg is not always called, and so the cursor does not always return to a normal cursor.  Rather than trying to check and correct for this thr