How to Check the PostgreSQL Version | Linuxize
https://linuxize.com/post/how-to-check-postgresql-version/
To find out what version of PostgreSQL is running on your system, invoke the postgres command with the --version or -Voption: The command will print the PostgreSQL version: In this example, the version of the PostgreSQL server is 10.6. If the postgres binary is not in system’s PATH, you’ll get an error saying “postgres: command not found”. This usu...
To find out what version of PostgreSQL is running on your system, invoke the postgres command with the --version or -Voption: The command will print the PostgreSQL version: In this example, the version of the PostgreSQL server is 10.6. If the postgres binary is not in system’s PATH, you’ll get an error saying “postgres: command not found”. This usu...
DA: 56 PA: 58 MOZ Rank: 30