Re: [HACKERS] Postmaster options, process spawning, logging, etc.

Поиск
Список
Период
Сортировка
От Ed Loehr
Тема Re: [HACKERS] Postmaster options, process spawning, logging, etc.
Дата
Msg-id 3859EEF0.BE6E35AF@austin.rr.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Postmaster options, process spawning, logging, etc.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Postmaster options, process spawning, logging, etc.  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Tom Lane wrote:

> > The postmaster log file, why are the entries not datestamped?
>
> Uncomment #define ELOG_TIMESTAMPS in include/config.h after configure
> and before make...

I'm still missing something...

After running ./configure, I modifed  ...src/include/config.h to uncomment
this...

#define ELOG_TIMESTAMPS

[I also came back later and tried uncommenting #define USE_SYSLOG and repeating
the process, but to no avail...]

Then I ran make, etc, created the file $PGDATA/pg_options...

% cat $PGDATA/pg_options
verbose=2
query
syslog=2

And restarted the server...and still no timestamps.

I verified most everything syslog-wise (configured in /etc/syslog.conf) is
being sent to /var/log/messages...

Anyone notice what am I missing?

Cheers,
Ed Loehr

[ps - Forgive my spewage...I mistakenly sent this out of context to
pgsql-general as well...]



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

Предыдущее
От: Rahul Ravindrudu
Дата:
Сообщение: pointer to a table
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: [HACKERS] SELECT ... AS ... names in WHERE/GROUP BY/HAVING