Answers for "how to check postgres installen in linux"

1

check postgres version in ubuntu

$ locate bin/postgres
/usr/lib/postgresql/9.3/bin/postgres
Posted by: Guest on December-16-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 installen in linux"

Browse Popular Code Answers by Language