Re: unexpected shutdown - Mailing list pgsql-general

From Francisco Reyes
Subject Re: unexpected shutdown
Date
Msg-id cone.1182197182.275330.81364.5001@35st.simplicato.com
Whole thread Raw
In response to unexpected shutdown  (developer@wexwarez.com)
List 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 by date:

Previous
From: Garry Saddington
Date:
Subject: time without time zone
Next
From: Richard Huxton
Date:
Subject: Re: time without time zone