> I get an error stating there is no such directory. The question is, how
> do I get the postgres bin created?
I suppose, you have installed it from binary rpm. By default, packages
will be installed in /usr/bin/. If you wish to have postgres commands in
seperate directory, you might require to re-compile postgresql specifying
the install directory. During re-compilation, refer './configure --help'
for details.
regards,
bhuvaneswaran