Re: unexpected shutdown

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Re: unexpected shutdown
Дата
Msg-id cone.1182197182.275330.81364.5001@35st.simplicato.com
обсуждение исходный текст
Ответ на unexpected shutdown  (developer@wexwarez.com)
Список pgsql-general
developer@wexwarez.com writes:

> could do logging wise on the postgres side to get a better indication of
> what is happening?

You can increase the levels of loggin and redirect std_error to a file.
Something along the lines of

log_destination = 'stderr'
log_filename = 'postgresql-%Y-%m-%d.log'
log_error_verbosity = verbose
log_min_error_statement = debug1
log_min_messages = info

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

Предыдущее
От: Garry Saddington
Дата:
Сообщение: time without time zone
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: time without time zone