Postgres 9.0 Hiding CONTEXT string in Logs

From: Alex - <aintokyo(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Postgres 9.0 Hiding CONTEXT string in Logs
Date: 2010-12-18 06:50:52
Message-ID: SNT135-w45720AF5AD5832D8486549CF170@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vishnu S. 2010-12-18 12:12:05 Serial key mismatch in master and slave, while using slony
Previous Message Raimon Fernandez 2010-12-17 22:49:09 Getting number of affected rows after DELETE FROM