Answers for "ubuntu how to check if postgres is running"

0

check whether postgres is running or not

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

check postgres version in ubuntu

$ locate bin/postgres
/usr/lib/postgresql/9.3/bin/postgres
Posted by: Guest on December-16-2020

Code answers related to "ubuntu how to check if postgres is running"

Browse Popular Code Answers by Language