postgresqlhomebrew

Where does Homebrew install Postgres executables?


Which directory does Homebrew install Postgres executables in? I've searched just about everywhere.


Solution

  • In the bin/ directory managed by Homebrew. Pop open a terminal and run:

    $ echo `brew --prefix`/bin
    

    The output will be the directory where Postgres executables are installed.