InterviewSolution
Saved Bookmarks
| 1. |
How can we start, restart and stop the PostgreSQL server? |
Answer» service postgresql start
Once the server is successfully restarted, we get the message: RESTARTING PostgreSQL: server stoppedok
Once stopped successfully, we get the message: STOPPING PostgreSQL: server stoppedok |
|