how to check which postgres version is running code example Example 1: check postgres version psql --version Example 2: postgres version command SELECT version();