Thread: RESTORE BUG...

RESTORE BUG...

From
"Serkan Sunel"
Date:
Problem occurs while restoring the database from the backup file if i
use=20

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

=20

I think the "file path" causes this problem . Because=20

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

=20