nerdexam
PostgreSQL_CE

PGCES-02 · Question #61

I would like to be able to save log entries as shown below. Select a correct configuration setting from statements below. LOG: connection received: host=[local] port= LOG: connection authorized…

The correct answer is B. log_connections = true. See the full explanation below for the reasoning.

Question

I would like to be able to save log entries as shown below. Select a correct configuration setting from statements below. LOG: connection received: host=[local] port= LOG: connection authorized: user=postgres database=test

Options

  • Asyslog = true
  • Blog_connections = true
  • Clog_authorization = true
  • Dlog_hostname = true
  • Elog_min_level = log

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    78% (31)
  • C
    3% (1)
  • D
    13% (5)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice