Brew Instale o PGDUMP
brew install libpq
Kind Kudu
brew install libpq
brew install libpq
# ZSH
echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
# Bash
echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile