Re: plpgsql: Debug function?

From: Joel Burton <jburton(at)scw(dot)org>
To: Turbo Fredriksson <turbo(at)bayour(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: plpgsql: Debug function?
Date: 2001-07-25 15:25:56
Message-ID: Pine.LNX.4.21.0107251125380.19715-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 25 Jul 2001, Turbo Fredriksson wrote:

> >>>>> "Joel" == Joel Burton <jburton(at)scw(dot)org> writes:
>
> Joel> On 25 Jul 2001, Turbo Fredriksson wrote:
> >> Is there a way to debug a PL/pgSQL function? It's behaving very
> >> irradic!
>
> Joel> It's crude, but you can output debugging statements w/ RAISE
> Joel> NOTICE or catch flawed assumptions by RAISE EXCEPTION.
>
> That's what I've been doing...
>
> The problem is that a 'SELECT INTO ...' in the function don't work, but
> the actual SELECT in psql works fine!
>
> The variable I'm SELECT'ing into don't get initialized...

Can you post a simple, reproducible example?

--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-25 15:38:04 Re: PostgreSQL 7.0 problem (may be bug?)
Previous Message Turbo Fredriksson 2001-07-25 15:18:31 Re: plpgsql: Debug function?