nerdexam
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)
  • A
    10% (7)
  • B
    1% (1)
  • C
    3% (2)
  • D
    79% (53)
  • E
    6% (4)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice