Re: [WAS] postmaster fatal error LC_TIME:fr when launching

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [WAS] postmaster fatal error LC_TIME:fr when launching
Дата
Msg-id 14236.1056070143@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [WAS] postmaster fatal error LC_TIME:fr when launching  (jean Bousquet <cogilog@cogilog.com>)
Список pgsql-novice
jean Bousquet <cogilog@cogilog.com> writes:
> I did not get any prompt.

You won't --- the postmaster doesn't issue prompts and is not expecting
to read anything from stdin.  It's supposed to run in the background.
The most primitive way to launch it is
    postmaster ... >somelogfile 2>&1 &
but most people use pg_ctl or a boot-time script to start it.

            regards, tom lane

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

Предыдущее
От: jean Bousquet
Дата:
Сообщение: [WAS] postmaster fatal error LC_TIME:fr when launching
Следующее
От: "Smitha V. Babu"
Дата:
Сообщение: Help regarding INSERT INTO statement