Answers for "how to check if psql is running linux"

0

check whether postgres is running or not

pgrep -u postgres -fa -- -D
Posted by: Guest on May-23-2021
0

how to know status psql in linux

sudo service postgresql status
# To know the status of  postgresql
Posted by: Guest on December-12-2020

Code answers related to "how to check if psql is running linux"

Browse Popular Code Answers by Language