Postgre SQL - Installation
MacOS
https://www.postgresql.org/download/macosx/
brew install postgresql@15
brew services start postgresql@15
brew --prefix postgresql@15
echo 'export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
- ``
- ``
Step 2: Verify psql Installation
psql --version
psql postgres