nerdexam
PostgreSQL_CE

PGCES-02 · Question #30

Select the most suitable statement regarding PostgreSQL's pg_hba.conf configuration file.

The correct answer is D. The authentication settings in the file are evaluated from the top line to the bottom line. See the full explanation below for the reasoning.

Question

Select the most suitable statement regarding PostgreSQL's pg_hba.conf configuration file.

Options

  • AYou can use any number of authentication types on a single line.
  • BYou cannot set different authentications per user.
  • CYou can set differentauthentications per table.
  • DThe authentication settings in the file are evaluated from the top line to the bottom line.
  • Ekrb5 authentication can only be used for local connections.

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    18% (6)
  • D
    71% (24)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice