Re: [GENERAL] Postgres 9.0 Hiding CONTEXT string in Logs

2010-12-20 Thread Merlin Moncure
On Mon, Dec 20, 2010 at 10:04 AM, Alex - wrote: > 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 t

Re: [GENERAL] Postgres 9.0 Hiding CONTEXT string in Logs

2010-12-20 Thread Alex -
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 up