Thomas Swan <tswan(at)olemiss(dot)edu> writes:
> When trying to run initdb I get the following error:
> The program '/usr/bin/postgres' needed by initdb does not belong to
> PostgreSQL version 7.1beta2. Check your installation.
Hm. Either install failed to overwrite the existing /usr/bin/postgres,
or your compiled copy of the executable still has the beta1 version
string (did you do "make clean" before rebuilding?)
regards, tom lane