Re: Re: plpgsql: Debug function?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Turbo Fredriksson <turbo(at)bayour(dot)com>
Cc: Joel Burton <jburton(at)scw(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: plpgsql: Debug function?
Date: 2001-07-25 15:46:31
Message-ID: 21411.996075991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

Also try turning on query logging, so you can see in the postmaster
log the queries plpgsql is sending to the SQL engine. This is especially
helpful for catching unexpected substitutions or lack of substitutions
of plpgsql variables, as in Morgan Curley's recent problem over in
pgsql-sql.

A volunteer to improve plpgsql's debugging/tracing facilities would
be favorably received...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Howard Williams 2001-07-25 16:11:55 Can Postgres handle 2-phase commits ?
Previous Message Tom Lane 2001-07-25 15:38:04 Re: PostgreSQL 7.0 problem (may be bug?)