It is in /usr/local/Cellar/postgresql/8.4.0/bin/, but `which initdb` returns "/usr/local/bin/initdb". The /usr/local/bin one is a symlink to the /usr/local/Cellar/postgresql/8.4.0/bin one. Running "/usr/local/Cellar/postgresql/8.4.0/bin/initdb -D /usr/local/Cellar/postgresql/8.4.0/defaultdb" yields the same results.
Does this bring us any closer to a solution? 2009/9/2 Devrim GÜNDÜZ <dev...@gunduz.org> > On Wed, 2009-09-02 at 09:52 +0200, August Lilleaas wrote: > > augu...@honk:~$ initdb -D /usr/local/Cellar/postgresql/8.4.0/defaultdb > > Is initdb under /usr/local/Cellar/postgresql/8.4.0/bin, or is there > another one in $PATH? > -- > Devrim GÜNDÜZ, RHCE > Command Prompt - http://www.CommandPrompt.com > devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr > http://www.gunduz.org > -- August Lilleaas