PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Dlaczego opcje zwrotu pg_restore -d/--dbname i -f/--file nie mogą być używane razem?

-f jest wyjściem nazwa pliku, a nie plik wejściowy.

Plik wejściowy nie ma żadnego przełącznika parametrów.

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

Musisz więc użyć:

pg_restore.exe -h localhost -U postgres -d Mydata "Mydata.backup"

Więcej szczegółów w instrukcji: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. Ładowanie danych RDF do tabeli PostgreSQL poprzez RDFLib-SQLAlchemy

  2. Wpisz ENUM w SQLAlchemy z PostgreSQL

  3. Jak przepisać instrukcję SELECT ... CROSS JOIN LATERAL ... dla starszych wersji PostgreSQL?

  4. Przygotowane oświadczenie na temat Postgresql w Rails

  5. Błąd PostgreSQL 9.0:kolumna t.tgisconstraint nie istnieje