Logging nested function calls...

From: Mario Splivalo <mario(dot)splivalo(at)mobart(dot)hr>
To: pgsql-admin(at)postgresql(dot)org
Subject: Logging nested function calls...
Date: 2006-01-10 13:45:53
Message-ID: 1136900753.8807.31.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dobar dan! (Means 'good day' in Croatian)

I have a postgres (plpgsql) function that calls other (plpgsql and sql)
functions. Those plpgsql functions then may call other plpsql or sql
functions.

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?

I'm using postgresql 8.1.2.

Thanks in advance.

Mike
--
Mario Splivalo
Mob-Art
mario(dot)splivalo(at)mobart(dot)hr

"I can do it quick, I can do it cheap, I can do it well. Pick any two."

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message codeWarrior 2006-01-10 16:03:39 Re: Logging nested function calls...
Previous Message Mohamed Fazil 2006-01-10 11:54:22 Re: support for using runas for pg