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
>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
> -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