nerdexam
PostgreSQL_CE

PGCES-02 · Question #133

The following question concerns the use of multibyte characters in PostgreSQL. Select two correct items about character encoding in PostgreSQL.

The correct answer is C. Character encoding can be set on a per database basis. E. Different character encodings can be specified for server and clients. See the full explanation below for the reasoning.

Question

The following question concerns the use of multibyte characters in PostgreSQL. Select two correct items about character encoding in PostgreSQL.

Options

  • A"./configure --enable-multibyte" must be designated at time of build.
  • BWhen the database cluster is initialized,the or --multibyte option must be specified.
  • CCharacter encoding can be set on a per database basis.
  • DOnly a single character encoding can be specified for each database cluster.
  • EDifferent character encodings can be specified for server and clients.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    83% (20)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice