Posted on 9th September 2024|33 views
How to do restarting in PostgreSQL?
Posted on 9th September 2024| views
When you stop your server, then we use this restarting option to restart the server again.
You can do this if you are a “superuser” you must use su or sudo.
Syntax:
sudo systemctl restart Postgresql
This command used when we stop the server. However, you can use the start statement also as:
Syntax:
sudo systemctl start Postgresql