Re: Track a function
От
Raymond O'Donnell
Тема
Re: Track a function
Дата
Msg-id
4996F6A4.7080106@iol.ie
Ответ на
Track a function (Carlos Henrique Reimer)
Список
Дерево обсуждения
Track a function Carlos Henrique Reimer <carlos.reimer@opendb.com.br>
Re: Track a function Andreas Kretschmer <akretschmer@spamfence.net>
Re: Track a function Raymond O'Donnell <rod@iol.ie>
On 14/02/2009 16:34, Carlos Henrique Reimer wrote: > 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 could insert RAISE NOTICE statements into your code, to show where it is at that point. You could also try the PL/PGSQL debugger, which comes as a contrib module - pgAdmin III can act as a client for it, Ray. ------------------------------------------------------------------ Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland rod@iol.ie Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals ------------------------------------------------------------------
В списке pgsql-general по дате отправления