Re: [ADMIN] I want to import a database from a customer

2007-01-05 Thread Arnau
Hi Josef, i must analyze a customer's database offline. Can i import the databse of the customer into our PostgreSQL environment ? What must the customer send us ? Whats the doings for us to open it in our envioronment ? use pg_dump -o -b -Fc [database to export] > [backup file] in your c

Re: [ADMIN] I want to import a database from a customer

2007-01-04 Thread Shoaib Mir
Use pg_dump/pg_dump utility to take the db dump and then you can restore it using psql or pg_restore at your end. -- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 1/4/07, Josef Springer <[EMAIL PROTECTED]> wrote: Hi folks, i must analyze a customer's database offline. Can

[ADMIN] I want to import a database from a customer

2007-01-04 Thread Josef Springer
Hi folks, i must analyze a customer's database offline. Can i import the databse of the customer into our PostgreSQL environment ? What must the customer send us ? Whats the doings for us to open it in our envioronment ? Josef ---(end of broadcast)--