Re: unexpected shutdown

From: Francisco Reyes <lists(at)stringsutils(dot)com>
To: developer(at)wexwarez(dot)com
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: unexpected shutdown
Date: 2007-06-18 20:06:22
Message-ID: cone.1182197182.275330.81364.5001@35st.simplicato.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

developer(at)wexwarez(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-06-18 20:13:48 Re: time without time zone
Previous Message Garry Saddington 2007-06-18 19:47:22 time without time zone