PostgreSQL_CE
PGCES-02 · Question #1
Select two correct statements about the command shown below. Note: $ is the command prompt. $ pg_ctl reload
The correct answer is A. The command forces the content of pg_hba.conf to be re-read into PostgreSQL server C. The command re-reads the postgresql.conf details into the PostgreSQL server process and. See the full explanation below for the reasoning.
Question
Select two correct statements about the command shown below. Note: $ is the command prompt. $ pg_ctl reload
Options
- AThe command forces the content of pg_hba.conf to be re-read into PostgreSQL server
- BThe command temporarily stops the PostgreSQL server process and restart it.
- CThe command re-reads the postgresql.conf details into the PostgreSQL server process and
- DThe command forces the content of the database cluster to be re-read into PostgreSQL
- EThe command causes a recovery to be performed from a standard backup file in the
How the community answered
(31 responses)- A74% (23)
- B13% (4)
- D10% (3)
- E3% (1)
Community Discussion
No community discussion yet for this question.