PostgreSQL1 [JPA/PostgreSQL] ERROR: function lower(bytea) does not exist 해결기 [JPA/PostgreSQL] ERROR: function lower(bytea) does not exist 해결기 — IS NULL 위치를 맨 뒤로PostgreSQL + Spring Data JPA 환경에서 아래와 같은 에러를 만난다면:org.postgresql.util.PSQLException: ERROR: function lower(bytea) does not exist대부분 LOWER(:param)가 bytea로 추론되어 발생한 문제입니다.저는 is null 조건을 가장 마지막으로 이동해 해결했습니다. 이 글에서는 증상 → 원인 → 해결 → 대안 순서로 정리합니다. (참고 링크 포함)증상다음과 같은 JPQL/Repository 쿼리를 사용할 때 발생합니다:@Query("""SELECT eFROM .. 2025. 9. 23. 이전 1 다음