Answers for "how to check postgres installed or not"

13

check postgres version

psql --version
Posted by: Guest on May-12-2020
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 postgres installed or not"

Python Answers by Framework

Browse Popular Code Answers by Language