Re: Logging problems in PostgreSQL 7.2devel

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Logging problems in PostgreSQL 7.2devel
Дата
Msg-id 4010.999808149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Logging problems in PostgreSQL 7.2devel  (John Summerfield <pgtest@os2.ami.com.au>)
Список pgsql-bugs
John Summerfield <pgtest@os2.ami.com.au> writes:
> I have postmaster configured to use syslog. Despite this, these messages appear on the terminal from which I start
it:
> 2001-09-03 23:44:37 [26371]  DEBUG:  recycled transaction log file 0000000000000044

Very strange.  That shouldn't be happening with the syslog = 2 setting.
Can you trace through elog() with a debugger and see where it's going
wrong?

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: upper() don't work with field-alias in the order by part
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql \d+ does not support tab completion as \d does.