Postgres 9.0 Hiding CONTEXT string in Logs - Mailing list pgsql-general

From Alex -
Subject Postgres 9.0 Hiding CONTEXT string in Logs
Date
Msg-id SNT135-w45720AF5AD5832D8486549CF170@phx.gbl
Whole thread Raw
Responses Re: Postgres 9.0 Hiding CONTEXT string in Logs  (Alex - <aintokyo@hotmail.com>)
List pgsql-general
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

 

pgsql-general by date:

Previous
From: Raimon Fernandez
Date:
Subject: Getting number of affected rows after DELETE FROM
Next
From: "Vishnu S."
Date:
Subject: Serial key mismatch in master and slave, while using slony