how can i tell what version of postgres i'm running code example Example 1: check postgres version psql --version Example 2: postgres version command SELECT version();