Re: [GENERAL] debugging functions

2014-03-12 Thread Pavel Stehule
Hello I don't know any tool that can do what you want. You can write your function as fault tolerant - you can trap errors, and you can print a some messages. That is all what is possible Regards Pavel 2014-03-12 20:29 GMT+01:00 Seb : > Hi, > > I am aware of the edb-debugger that one can use

[GENERAL] debugging functions

2014-03-12 Thread Seb
Hi, I am aware of the edb-debugger that one can use with pgadmin for debugging functions. However, I am looking for a solution that doesn't involve such additions to the server. I'm using a function in a SELECT query, but it's failing for some rows in a very large table. By using LIMIT and OFFS