[GENERAL] Debug plpgSQL stored procedures

2005-09-05 Thread Daniel Morgan
Does PostgreSQL provide a way to step-debug into plpgSQL stored procedures? If yes, how do you do debug the stored procedures? Can it be done via any interface: jdbc, odbc, .net, etc.? If no, is there any plans to provide debugging support of plpgSQL stored procedures? I do request, if you

Re: [GENERAL] Debug plpgSQL stored procedures

2005-09-05 Thread Daniel Morgan
Richard Huxton wrote: Daniel Morgan wrote: Does PostgreSQL provide a way to step-debug into plpgSQL stored procedures? It is a shame. PostgreSQL is really rocking these days. Especially with 8.0 on Windows. I was really impressed how far it has come since the 6.x days running on Cygwin