Re: Logging nested function calls...

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: Logging nested function calls...
Дата
Msg-id 9e4684ce0601100820g3f8bfc76l163257a5da7455a3@mail.gmail.com
обсуждение исходный текст
Ответ на Logging nested function calls...  (Mario Splivalo <mario.splivalo@mobart.hr>)
Список pgsql-admin
On 1/10/06, Mario Splivalo <mario.splivalo@mobart.hr> wrote:
The 'problem' is that, in the log file, I only see the top calling
function, the one that client called. Is there a way to tell postgres to
log all the nested functions?

smiply use:
raise log '....'
at the beginning of your functions.
will work.

depesz

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

Предыдущее
От: Mario Splivalo
Дата:
Сообщение: Logging nested function calls...
Следующее
От: "codeWarrior"
Дата:
Сообщение: Re: Logging nested function calls...