Re: Logging nested function calls... - Mailing list pgsql-admin

From hubert depesz lubaczewski
Subject Re: Logging nested function calls...
Date
Msg-id 9e4684ce0601100820g3f8bfc76l163257a5da7455a3@mail.gmail.com
Whole thread Raw
In response to Logging nested function calls...  (Mario Splivalo <mario.splivalo@mobart.hr>)
List 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 by date:

Previous
From: Mario Splivalo
Date:
Subject: Logging nested function calls...
Next
From: "codeWarrior"
Date:
Subject: Re: Logging nested function calls...