GUC log_min_error_statement

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: GUC log_min_error_statement
Date: 2002-10-02 16:26:59
Message-ID: 200210021626.g92GQxo22395@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

The following patch completes the open item:

Change log_min_error_statement to be off by default (Gavin)

Gavin was busy so I did the work. Basically, it allows fatal/panic as a
value, and defaults it to panic so it is effectively OFF by default.

There was agreement that we can allow these values as a way of turning
this option off. Because of this, we can continue using the same
validation routines for all the server message level GUC parameters.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 3.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message scott.marlowe 2002-10-02 16:30:48 Re: Fwd: int type problem in 7.3
Previous Message Mike Mascari 2002-10-02 16:20:01 Re: (Fwd) Re: Any Oracle 9 users? A test please...

Browse pgsql-patches by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2002-10-02 16:42:51 Re: AIX compilation problems (was Re: [HACKERS] Proposal ...)
Previous Message Bruce Momjian 2002-10-02 15:50:53 Re: HISTORY fixes