PostgreSQL_CE
PGCES-02 · Question #118
Based on the following request, select the most appropriate command for creating a database cluster. Character encoding of the template database needs to be EUC_JP Locale is not used
The correct answer is D. initdb --encoding=EUC_JP --no-locale. See the full explanation below for the reasoning.
Question
Based on the following request, select the most appropriate command for creating a database cluster. Character encoding of the template database needs to be EUC_JP Locale is not used
Options
- Ainitdb --locale=EUC_JP --no-encoding
- Binitdb --default-encoding=EUC_JP
- Cpg_ctl init --locale=EUC_JP
- Dinitdb --encoding=EUC_JP --no-locale
- Epg_ctl init --encoding=EUC_JP
How the community answered
(67 responses)- A10% (7)
- B1% (1)
- C3% (2)
- D79% (53)
- E6% (4)
Community Discussion
No community discussion yet for this question.