"Nathan Garlington" <garlinto(at)gmail(dot)com> writes: > Now, I'm trying to setup the data cluster, so I use: > initdb -D /usr/local/pgsql/data > as the postgres user but the shell tells me that the 'initdb' does not exist. Either you forgot the "make install" step, or it installed the programs into someplace that isn't in your $PATH. regards, tom lane