PostgreSQL_CE
PGCES-02 · Question #108
Select two correct statements that describe what occurs on the client side when the following command is executed. pg_ctl -m smart stop
The correct answer is A. Clients will not be able to make new connections. D. The processes of currently connected clients are processed normally. See the full explanation below for the reasoning.
Question
Select two correct statements that describe what occurs on the client side when the following command is executed. pg_ctl -m smart stop
Options
- AClients will not be able to make new connections.
- BThe running transaction for a connected client is rolled back and the connection is
- CConnections are terminated after the currently running transactions have finished.
- DThe processes of currently connected clients are processed normally.
- EConnected clients receive a message saying that the server will soon be shutdown.
How the community answered
(34 responses)- A76% (26)
- B6% (2)
- C3% (1)
- E15% (5)
Community Discussion
No community discussion yet for this question.