PostgreSQL native client

HGW XX/7·2022년 4월 3일
0

tips

목록 보기
9/9

맥북에 도커로 postgresql을 설치 후, dbeaver로 DB restore 하는데

native client 어쩌고 하면서 안되어서 기록 남김

brew install postgresql
$ which psql
/opt/homebrew/bin/psql

command + shift + G를 눌러서 경로 선택하면 됨

$ brew install libpq
$ echo 'export PATH="/opt/homebrew/opt/libpq/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc
$ psql --version
psql (PostgreSQL) 15.2


참고

0개의 댓글