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)- A9% (2)
- B13% (3)
- C74% (17)
- D4% (1)
Community Discussion
No community discussion yet for this question.