The following bug has been logged online:
Bug reference: 1043
Logged by: Serkan SUNEL
Email address: nakres2001@yahoo.com
PostgreSQL version: 7.4
Operating system: Windows XP
Description: PSQL.exe
Details:
Problem occur 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 create tables and
stops...does not insert the records...
I think the file path creates this problem . Because
psql -f dump_file_name -d mydatabase_name is working very good..