On Wed, 13 Jun 2007, Ben wrote:
when I try to start multiple postgres clusters on the same box, postgres will not start if /tmp/.s.PGSQL.5432.lock exists.
There can only be one program listening on a specific port at a time. If you want multiple clusters on the same box, each of them has to be given their own port number.
-- * Greg Smith gsmith@xxxxxxxxxxxxx http://www.gregsmith.com Baltimore, MD