logfile

Поиск
Список
Период
Сортировка
От H.J. Sanders
Тема logfile
Дата
Msg-id GMEAJIDMNDKCIHMMHDFLGELNDNAA.hjs@rmax.nl
обсуждение исходный текст
Ответы Re: logfile  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-admin
I assume I do not understand the manual right (or my kind of english).
 
In PGSQL 7.4 I only want error situations in the logfile, and if an error occurs as much as possible information like e.g. the sql statement.
 
I entered in postgresql.conf:
 
client_min_messages = error
log_min_messages = error
log_error_verbosity = terse
log_min_error_statement = error
 
log_statement = true
log_timestamp = true
 
but now all sql statements are always logged.
 
What did I do wrong? Can someone give the proper settings?
 
Many thanks
 
Henk Sanders
 
 

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

Предыдущее
От: "Aaron Bono"
Дата:
Сообщение: Re: Creating a table in a different database
Следующее
От: "Callis"
Дата:
Сообщение: Re: postgres dying