Answers for "check if you have postgres installed ubuntu"

2

how to know if postgres is installed

write on linux cmd:

psql --version
Posted by: Guest on June-29-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 "check if you have postgres installed ubuntu"

Browse Popular Code Answers by Language