how to check postgres db is running or not in linux code example
Example: how to know status psql in linux
sudo service postgresql status
# To know the status of postgresql
sudo service postgresql status
# To know the status of postgresql