> "Marcel Gsteiger" <[EMAIL PROTECTED]> writes:
> > Sometimes I wish there was something like a debugger for PL/PGSQL with
> > breakpoints, single step, variable watching...
>
> Take a look at http://pgfoundry.org/projects/edb-debugger/
> ... it's beta but without users it won't get better.
>
> T
"Marcel Gsteiger" <[EMAIL PROTECTED]> writes:
> Sometimes I wish there was something like a debugger for PL/PGSQL with
> breakpoints, single step, variable watching...
Take a look at http://pgfoundry.org/projects/edb-debugger/
... it's beta but without users it won't get better.
The front page sa
thanks for responding. Meanwhile I found out that ist was my own fault. A newly
installed insert trigger fired unexpectedly and caused the error. Now I'm
redesigning my functions to make them smaller so that errors can be found
easier. Sometimes I wish there was something like a debugger for PL