Re: Postgres 9.0 Hiding CONTEXT string in Logs

From: Alex - <aintokyo(at)hotmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 9.0 Hiding CONTEXT string in Logs
Date: 2010-12-20 15:04:22
Message-ID: SNT135-w47D90D95A75ADB7C245EE2CF190@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


No reply... I guess its not possible then to switch that off.


Hi,
I occasionally output information from my PL/Perl functions to show a progres or a debug info like this

elog(NOTICE, "Table some_table analyzed");

which generated the

NOTICE: Table some_table analyzed

however since upgrading to version 9.0 I also get this annoying string

CONTEXT: PL/Perl function "func_some_fun"

Is there any way to suppress this as I don't really need it?


Thanks
Alex


In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leif Biberg Kristensen 2010-12-20 15:09:23 Re: Copy From suggestion
Previous Message pgsql.30.miller_2555 2010-12-20 15:02:38 Re: INSERT INTO...RETURNING with partitioned table based on trigger function