Answers for "check installed postgres version"

15

check postgres version

psql --version
Posted by: Guest on May-12-2020
2

how to know if postgres is installed

write on linux cmd:

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

Code answers related to "check installed postgres version"

Browse Popular Code Answers by Language