I have an application written with spring-boot (i am new to it so please forgive me if question is dumb) that uses hibernate 4 and postgresql as DB backend. I noticed a bunch of
According to this page you could set a assumeMinServerVersion parameter in the jdbc url, something like
assumeMinServerVersion
spring.datasource.url=jdbc:postgresql://localhost/test?assumeMinServerVersion=XYZ