how to check current version of postgres windows 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