Re: postmaster

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: eoghan <postgres(at)redry(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postmaster
Date: 2005-08-01 04:15:55
Message-ID: 24382.1122869755@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

eoghan <postgres(at)redry(dot)net> writes:
> Im running postgres on OS X 10.4.2. Im having a problem starting
> postgres though... but its maybe something dumb im doing...
> So i su -l postgres and cd to my /opt/local/bin where postmaster is...
> But i always get a:
> -su: postmaster: command not found
> Its there. Anyone know what im doing wrong?

On most Unixen, "." is not in the default PATH, for pretty good security
reasons. You can either say "./postmaster ...", or forget the "cd" and
just do "/opt/local/bin/postmaster ...".

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-08-01 04:19:52 Re: Questions about Views, Rules and DBLink
Previous Message Len Walter 2005-08-01 03:40:07 Disconnect sessions and session timeouts