Re: Antw: Re: [GENERAL] Problems with unique restrictions

2007-01-14 Thread korryd
> "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

Re: Antw: Re: [GENERAL] Problems with unique restrictions

2007-01-14 Thread Tom Lane
"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

Antw: Re: [GENERAL] Problems with unique restrictions

2007-01-14 Thread Marcel Gsteiger
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