Free PGCES-02 Exam Braindumps (page: 11)

Page 10 of 36

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.

  1. backend_encoding = UNICODE
  2. frontend_encoding = UNICODE
  3. client_encoding = UNICODE
  4. default_encoding = UTF8
  5. encoding = UTF8

Answer(s): C



Select two correct statements about the command shown below. Note: $ is the command prompt.
$ dropdb -U foo foodb

  1. If foo doesn't have the OS superuser privilege, an error will occur.
  2. If any table definition remains in database foodb, an error will occur.
  3. This command removes database foodb.
  4. This command removes all of the objects inside the database foodb.
  5. The same process can be performed using the SQL command "DROP DATABASE".

Answer(s): C,E



I would like to copy a database cluster directory for backup. Select two incorrect statements from below.

  1. The directory must be copied after stopping the database server.
  2. When using the Tablespace function, it is necessary to back up the directory that stores the
    tablespace as well.
  3. A database cluster that has been restored can be used on a separate machine with the same structure.
  4. A database cluster that has been restored can be used on a newer version of PostgreSQL.
  5. A database cluster that has been restored can be used on an older version of PostgreSQL.

Answer(s): D,E



Select the correct command to collect and save the statistical information of a table.

  1. ANALYZE
  2. CLUSTER
  3. REINDEX
  4. STATISTIC COLLECTION
  5. STATISTIC COLLECTOR

Answer(s): A






Post your Comments and Discuss Postgresql PGCES-02 exam with other Community members:

PGCES-02 Discussions & Posts