Re: Track a function

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Track a function
Date: 2009-02-14 16:49:59
Message-ID: 20090214164959.GA9078@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Carlos Henrique Reimer <carlos(dot)reimer(at)opendb(dot)com(dot)br> schrieb:

> Hi,
>
> I've a plpgsql function that when called never ends and I would like to
> trace the internal function commands and see where is the problem.
>
> How can I trace what the function is doing?

You can use RAISE NOTICE 'i'm here %', variable;

to display where the function is and also the content of variables.

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2009-02-14 16:51:48 Re: Track a function
Previous Message Tom Lane 2009-02-14 16:41:05 Re: currval() in insert statements