Problem occurs while restoring the database from the backup file if i use

psql -f c:\cygwin\bin\dump_file_name -d mydatabase_name

This is not working properly...this command only creates tables and stops...does not insert the records...

 

I think the “file path” causes this problem . Because

psql -f dump_file_name -d mydatabase_name is working very good..

 

Reply via email to