일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Spring
- kubeflow
- chart.js
- AWS CI/CD 구축하기
- codedeploy error
- aws cicd
- Airflow
- Flux
- JavaScript
- node
- chartjs
- Jenkins
- codebuild
- aws
- redis
- VPN
- IntelliJ
- PostgreSQL
- codedeploy
- COALESCE
- Kafka
- 도커
- or some instances in your deployment group are experiencing problems.
- bootstrap
- codepipeline
- Spring Error
- docker
- SQL
- Python
- java bigdecimal
- Today
- Total
목록pgjdbc: autodetected server-encoding to be ISO-8859-1 (2)
Small Asteroid Blog
postgresql 에 데이터를 삽입하는 과정에서 생긴 오류였다. org.postgresql.util.PSQLException: ì¤ë¥: "ì " ê°ì "MM"ì ì í¨íì§ ìì (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf) Detail: ê°ì ì ìì¬ì¼ í©ëë¤. 오류가 발생한 이유는 DB User 정보를 잘못 적었거나 User 정보가 없을 경우에 발생한다고 한다. DB업데이트가 이루..

postgresql 에서 숫자 데이터를 날짜로 포맷하려고 했다. sql문에서 update 문을 사용하는데 아래와 같은 에러가 나오면서 쿼리문이 작동을 하지 않았다. SQL Error [22007]: ì¤ë¥: "ì " ê°ì "MM"ì ì í¨íì§ ìì (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf ) Detail: ê°ì ì ìì¬ì¼ í©ëë¤. 해결방법 위에 에러 내용을 봐서는 검색해도 해결방법..