Re: Logging nested function calls...

From: hubert depesz lubaczewski <depesz(at)gmail(dot)com>
To: mario(dot)splivalo(at)mobart(dot)hr
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Logging nested function calls...
Date: 2006-01-10 16:20:50
Message-ID: 9e4684ce0601100820g3f8bfc76l163257a5da7455a3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 1/10/06, Mario Splivalo <mario(dot)splivalo(at)mobart(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Juan Pablo Yañez 2006-01-10 20:04:46 Unsuscribe
Previous Message codeWarrior 2006-01-10 16:03:39 Re: Logging nested function calls...