I installed PostgreSQL via the graphical install on http://www.postgresql.org/download/macosx/
I see it in my applications and also have the psql terminal in my applicat
If someone used homebrew with Mojave or later:
export PATH=/usr/local/opt/postgresql@9.5/bin:$PATH
change version if you need!