Posted on 29th April 2025|33 views
How to do restarting in PostgreSQL?
Posted on 29th April 2025| 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