PostgreSQL
 sql >> डेटाबेस >  >> RDS >> PostgreSQL

pg_restore वापसी विकल्प -d/--dbname और -f/--file का एक साथ उपयोग क्यों नहीं किया जा सकता है?

-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




  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. pgadmin sql क्वेरी में पैरामीटर मान कैसे जोड़ें?

  2. plpgsql फ़ंक्शन में इनपुट सरणी के तत्वों से मेल खाने वाली पंक्तियाँ लौटाएँ

  3. टॉमकैट संदर्भ.एक्सएमएल में डीबी एडब्ल्यूएस रहस्य कैसे पास करें?

  4. केकफ़्पी 2.0 को PostgreSQL के साथ जोड़ना

  5. पोस्टग्रेस्क्ल में कॉलम पर न्यूल सेट करने से प्रदर्शन में वृद्धि होती है?