Update minimum required version of PostgreSQL for H25
Description
In 25.0.0 we now depend on the jsonb datatype to be available in PostgreSQL.
If users are using an older version of PostgreSQL (say postgresql-server-9.2.24-1.el7_5.x86_64 which is available in the CentOS 7 repositories) then install -dis will fail with:
We should present the user with an error describing the minimum supported version instead.
In 25.0.0 we now depend on the
jsonb
datatype to be available in PostgreSQL.If users are using an older version of PostgreSQL (say postgresql-server-9.2.24-1.el7_5.x86_64 which is available in the CentOS 7 repositories) then
install -dis
will fail with:We should present the user with an error describing the minimum supported version instead.