Forums

PostgresQL version

Question about PostgresQL version

When I run: SELECT version(); in Psql it tells me: PostgreSQL 9.4beta3

When I run: pg_config --version in Bash it tells me: PostgreSQL 10.5

Why the discrepancy ?

The one is the server version and the other is the version of the client.

Thx.

Now I see psql --version gives indeed the same version as SELECT version();