pgmigration

2002-01-09 Thread Eric Smets
Hello, I would like to murge two the same access databases but with different contents to one centrale database. The migration tool is very helpfull for this, but an additional option where one can choose to not create the database would be very helpfull. This would solve my problem. Are you aw

Re: Please Help me

2002-01-09 Thread Steve Boyle \(Roselink\)
Jairo, 1.I'd recommend storing the SQL / function creation scripts in a file before running the code. 2.You can use the pg_dump command to output all of the database and then pull the function definitions from the dump file (see http://www.postgresql.org/idocs/index.php?backup.html) hih

Re: pgmigration

2002-01-09 Thread Dave Page
> -Original Message- > From: Eric Smets [mailto:[EMAIL PROTECTED]] > Sent: 09 January 2002 17:17 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] pgmigration > > > Hello, > > I would like to murge two the same access databases but with > different contents to one centrale databa