Answers for "how to check if postgres instace is running manjaro"

0

check whether postgres is running or not

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

how to know if postgres is installed

write on linux cmd:

psql --version
Posted by: Guest on June-29-2021

Code answers related to "how to check if postgres instace is running manjaro"

Browse Popular Code Answers by Language