how to stop postgres server ubuntu code example
Example 1: restart postgres ubuntu
sudo service postgresql restart
Example 2: how to stop psql in linux
sudo service postgresql stop
# To stop the postgresql service
sudo service postgresql restart
sudo service postgresql stop
# To stop the postgresql service