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