Re: Postgres 9.0 Hiding CONTEXT string in Logs

Поиск
Список
Период
Сортировка
От Alex -
Тема Re: Postgres 9.0 Hiding CONTEXT string in Logs
Дата
Msg-id SNT135-w47D90D95A75ADB7C245EE2CF190@phx.gbl
обсуждение исходный текст
Ответ на Postgres 9.0 Hiding CONTEXT string in Logs  (Alex - <aintokyo@hotmail.com>)
Ответы Re: Postgres 9.0 Hiding CONTEXT string in Logs
Список 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

 

В списке pgsql-general по дате отправления:

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: pg_restore 8.x to postgreSQL 9.x functions and triggers aren't created
Следующее
От: Leif Biberg Kristensen
Дата:
Сообщение: Re: Copy From suggestion