Re: postmaster

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postmaster
Дата
Msg-id 24382.1122869755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postmaster  (eoghan <postgres@redry.net>)
Список pgsql-general
eoghan <postgres@redry.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Len Walter
Дата:
Сообщение: Disconnect sessions and session timeouts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Questions about Views, Rules and DBLink