how to find version of postgresql code example Example 1: check postgres version psql --version Example 2: get postgres version postgres -V // or psql --version