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