© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Hwichul Shin
Front-End Developer
macOS 환경에서 PostgreSQL 18을 설치하고, 터미널(CLI) 환경에서 DB에 접근하는 방법, 그리고 프로시저/함수 작성법까지 정리합니다. 1. Homebrew로 PostgreSQL 설치 및 환경 설정 맥 사용자라면 brew가 가장 빠릅니다. # PostgreSQL 18 버전 설치 brew install postgresql@18 # PATH
No responses yet.