Re: [pgadmin-hackers] Patch file for table drop on import

2002-06-13 Thread Dave Page
o: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Patch file for table drop on import > > > > >An attachment to the list would be great thanks. > > > > > Attached is a patch for frmWizard.frm in the pgMigration project. It > implements t

Re: [pgadmin-hackers] Patch file for table drop on import

2002-06-12 Thread John McCawley
>An attachment to the list would be great thanks. > > Attached is a patch for frmWizard.frm in the pgMigration project. It implements the following: 1) Adds a checkbox to the wizard for "Drop any existing destination tables" 2) If this box is checked, it uses the schema object to determine t

Re: [pgadmin-hackers] Patch file for table drop on import

2002-06-11 Thread Dave Page
> -Original Message- > From: John McCawley [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 23:54 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Patch file for table drop on import > > > I've got a patch file that includes the "drop table on > import" change I > made to the migra