Question:What command will correctly restore a backup made with the following command? pg_dump -Fc dbname > filename 

A psql -f filename dbname 

B psql -Fc filename dbname 

C pg_restore filename dbname 

D pg_restore -d dbname filename 

E None of these 

+ Answer
+ Report
Total Preview: 698

Copyright © 2024. Powered by Intellect Software Ltd