-f
आउटपुट है फ़ाइल नाम, इनपुट फ़ाइल नहीं।
इनपुट फ़ाइल में कोई पैरामीटर स्विच नहीं है।
c:\>pg_restore --help
pg_restore restores a PostgreSQL database from an archive created by pg_dump.
Usage:
pg_restore [OPTION]... [FILE]
General options:
-d, --dbname=NAME connect to database name
-f, --file=FILENAME output file name
-F, --format=c|d|t backup file format (should be automatic)
-l, --list print summarized TOC of the archive
-v, --verbose verbose mode
-V, --version output version information, then exit
-?, --help show this help, then exit
तो आपको उपयोग करने की आवश्यकता है:
pg_restore.exe -h localhost -U postgres -d Mydata "Mydata.backup"
मैनुअल में अधिक विवरण:http://www.postgresql.org /docs/current/static/app-pgrestore.html