PostgreSQL_CE
PGCES-02 · Question #58
What does the following command do? Choose one incorrect statement from the selection below. $ pg_dumpall -U postgres > 20060601.bak
The correct answer is B. Backuppostgresql.conf along with databases. See the full explanation below for the reasoning.
Question
What does the following command do? Choose one incorrect statement from the selection below. $ pg_dumpall -U postgres > 20060601.bak
Options
- ABackup all the databases in a database cluster.
- BBackuppostgresql.conf along with databases.
- CBackup with plain-text format.
- DBackup user and group information along with databases.
- EYou can access databases while the backup is in process.
How the community answered
(32 responses)- A6% (2)
- B75% (24)
- C13% (4)
- D3% (1)
- E3% (1)
Community Discussion
No community discussion yet for this question.