Description
PostgreSQL JDBC driver did not support setQueryTimeout properly for a quite long time. But since v10 it is working fine. We can thus enable DBDictionary#supportsQueryTimeout for PostgresDictionary and only disable it if majorVersion < 10.