view · edit · sidebar · attach · print · history

<< Mobileprovision | Index | UnhideLibrary >>

Installing Postgres 8.4.11 on OS X with Homebrew

Starting Postgres

 postgres -D /usr/local/var/postgres

or

 pg_ctl -D /usr/local/var/postgres -l logfile start / stop

Versions

  • brew tap homebrew/versions
  • brew install postgresql8

The Apple approach did not work for me

view · edit · sidebar · attach · print · history
Page last modified on June 16, 2012, at 11:40 AM