Re: Re: plpgsql: Debug function?
От
Tom Lane
Тема
Re: Re: plpgsql: Debug function?
Дата
Msg-id
21411.996075991@sss.pgh.pa.us
Ответ на
Re: plpgsql: Debug function? (Turbo Fredriksson)
Список
Дерево обсуждения
plpgsql: Debug function? Turbo Fredriksson <turbo@bayour.com>
Re: plpgsql: Debug function? Joel Burton <jburton@scw.org>
> 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
В списке pgsql-hackers по дате отправления