Re: Help needed in testing my code.

From: Alvaro Herrera Munoz <alvherre(at)dcc(dot)uchile(dot)cl>
To: Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu>
Cc: Srikanth M <srikanth_m(at)students(dot)iiit(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Help needed in testing my code.
Date: 2003-05-28 14:25:25
Message-ID: 20030528142525.GB9896@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 28, 2003 at 12:59:56PM +0200, Sailesh Krishnamurthy wrote:

> elog(NOTICE should send NOTICE messages to the psql client (I think !)
> while elog(LOG while only send it to the logfile you might have
> specified while starting the postmaster

Whether a given elog level is sent to the postmaster log and to the
client, is controlled by client_min_messages and server_min_messages.
At least in recent sources, that is.

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
We take risks not to escape from life, but to prevent life escaping from us.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Darko Prenosil 2003-05-28 17:19:25 Re: loading libraries on Postmaster startup
Previous Message Alvaro Herrera Munoz 2003-05-28 14:16:59 Re: vacuum analyze corrupts database