nerdexam
PostgreSQL_CE

PGCES-02 · Question #2

I would like to set the default character encoding for the client to Unicode. Select the most appropriate configuration parameter in postgresql.conf from those below.

The correct answer is C. client_encoding = UNICODE. See the full explanation below for the reasoning.

Question

I would like to set the default character encoding for the client to Unicode. Select the most appropriate configuration parameter in postgresql.conf from those below.

Options

  • Abackend_encoding = UNICODE
  • Bfrontend_encoding = UNICODE
  • Cclient_encoding = UNICODE
  • Ddefault_encoding = UTF8
  • Eencoding = UTF8

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    13% (3)
  • C
    74% (17)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice