Spring Security JDBC authentication default schema error when using PostgreSQL
Is it really impossible to use default schema for Spring Security with PostgreSQL, because the part "varchar_ignorecase" does not exist can't be replaced? I'm just testing the default settings: auth.jdbcAuthentication() .dataSource(dataSource) .withDefaultSchema(); And below is the error: Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public javax.servlet.Filter org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.springSecurityFilterChain() throws java.lang.Exception] threw exception; nested exception is org