Q:

To restore a PostgreSQL backup created with pg_dump, the following may be used:

-1

To restore a PostgreSQL backup created with pg_dump, the following may be used:


  1. $ psql -F database_dump.psql database_name
  2. $ psql -R database_dump.psql database_name
  3. $ psql -f database_dump.psql database_name
  4. $ psql -r database_dump.psql database_name

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

C.$ psql -f database_dump.psql database_name

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now