logfile

From: "H(dot)J(dot) Sanders" <hjs(at)rmax(dot)nl>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: logfile
Date: 2006-06-06 12:37:11
Message-ID: GMEAJIDMNDKCIHMMHDFLGELNDNAA.hjs@rmax.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2006-06-06 13:24:13 Re: postgres dying
Previous Message Callis 2006-06-06 12:32:16 Re: postgres dying