Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

PostgreSQL Exam PGCES-02 Topic 6 Question 67 Discussion

Actual exam question for PostgreSQL's PGCES-02 exam
Question #: 67
Topic #: 6
[All PGCES-02 Questions]

Select two statements that the command below DOES NOT do.

Note: $ is the command prompt. $ pg_dump -b -F c b > d

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Andree
13 days ago
I'm just impressed that someone came up with a question that involves both pg_dump and pg_restore. That's a deep cut for a certification exam!
upvoted 0 times
...
Ressie
15 days ago
Whoa, wait a minute. The command is creating a compressed backup, not just dumping the database to a file. Option C must be right, it's backing up the large objects too.
upvoted 0 times
...
Silvana
22 days ago
Hold up, does this command really create a backup that's restorable with pg_restore? That sounds a bit too good to be true. I'll have to double-check the documentation on that one.
upvoted 0 times
...
Micah
24 days ago
I'm pretty sure the command is backing up the 'b' database to the 'c' file, not to the 'd' file. Option B is definitely wrong.
upvoted 0 times
Nilsa
13 days ago
E) Creates a backup, which is restorable with the pg_restore command.
upvoted 0 times
...
Andra
20 days ago
A) Backs up the 'b' database to the 'c' file, and stores error messages to the 'd' file.
upvoted 0 times
...
...
Krissy
1 months ago
The correct answers are B and D. The command line you provided doesn't back up to the 'd' file, and it doesn't back up the 'c' database as the 'c' user.
upvoted 0 times
...
Steffanie
2 months ago
I believe the command does not back up large objects as well.
upvoted 0 times
...
Lenita
2 months ago
I agree with Kanisha. It also does not back up the 'b' database to the 'c' file.
upvoted 0 times
...
Kanisha
2 months ago
I think the command does not back up the 'c' database to the 'd' file as the 'c' user.
upvoted 0 times
...

Save Cancel