Re: Setting logfile location with pg_ctl and postgres.conf

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Setting logfile location with pg_ctl and postgres.conf
Дата
Msg-id Pine.LNX.4.30.0101280031290.1492-100000@peter.localdomain
обсуждение исходный текст
Ответ на Setting logfile location with pg_ctl and postgres.conf  (Frank Joerdens <frank@joerdens.de>)
Ответы Re: Setting logfile location with pg_ctl and postgres.conf
Список pgsql-general
Frank Joerdens writes:

> I don't see how you can set the log file to something like
>
> /usr/db/pgsql/log/postgresql_db.log

> That I've only managed to do like:
>
> /usr/db/pgsql/bin/postmaster -i -d 2 -B 2048 -N 256 -o '-F -S 8192'\
> >>/usr/db/log/postgresql_db.log 2>&1 &

This is how to do it.

> BTW: How do you see runtime options passed to the postmaster via the
> config file?

Look into the config file.  If you're interested in a particular option,
use the SHOW command.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Martin Leja
Дата:
Сообщение: someone please explain this regex behaviour
Следующее
От: Frank Joerdens
Дата:
Сообщение: Re: Setting logfile location with pg_ctl and postgres.conf