nerdexam
PostgreSQL_CE

PGCES-02 · Question #117

Select two suitable statements regarding the pg_dump command.

The correct answer is C. pg_dump can create a backup while postmaster is running. E. pg_dump can create a backup of a specified table. See the full explanation below for the reasoning.

Question

Select two suitable statements regarding the pg_dump command.

Options

  • Apg_dump is an SQL command.
  • BOnly the user who executedinitdb can execute pg_dump.
  • Cpg_dump can create a backup while postmaster is running.
  • Dpg_dump can create a backup while postmaster is stopped.
  • Epg_dump can create a backup of a specified table.

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    11% (6)
  • C
    81% (44)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice