Re: [SQL] Error in restore the Database in Postgres

2008-04-17 Thread Richard Huxton
dipesh wrote: Dear Sir, I have Mysql database backup file ( xyz.sql ). Now i want to restore this ( xyz.sql ) file into Postgres Database. I try following command to restore but Postgres gives me the Error. You have a mysql dump, which is designed to restore to a MySQL database. It will incl

[SQL] Error in restore the Database in Postgres

2008-04-17 Thread dipesh
Dear Sir, I have Mysql database backup file ( xyz.sql ). Now i want to restore this ( xyz.sql ) file into Postgres Database. I try following command to restore but Postgres gives me the Error. psql -d tracker -f /home/postgres/backup/tracker_db.sql In xyz.sql file Lock Table; statement is writ