nerdexam
PostgreSQL_CE

PGCES-02 · Question #130

PGCES-02 Question #130: Real Exam Question with Answer & Explanation

The correct answer is D. psql -f foo.dump foo. See the full explanation below for the reasoning.

Question

I want to restore data from a text format backup file foo.dump. Select an appropriate command.

Options

  • Apg_dump -R foo < foo.dump
  • Bpg_restore -d foo foo.dump
  • Cpg_restore -f foo.dump foo
  • Dpsql -f foo.dump foo
  • Ecreatedb foo < foo.dump

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice
I want to restore data from a text format backup file foo.dump.... | PGCES-02 Q#130 Answer | NerdExam