postgresql version check in windows code example
Example 1: check postgres version
psql --version
Example 2: postgresql version command
# SSH
psql --version
# SQL
SELECT version();
psql --version
# SSH
psql --version
# SQL
SELECT version();