MCQs > IT & Programming > PostgreSQL >

What command will correctly restore a backup made with the following command?

pg_dump -Fc dbname > filename

PostgreSQL MCQs

What command will correctly restore a backup made with the following command?

pg_dump -Fc dbname > filename

Answer

Correct Answer:

psql -f filename dbname

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it