Re: [GENERAL] Debug plpgSQL stored procedures

2005-09-07 Thread Sebastian Hennebrueder
Klint Gore schrieb: >On Mon, 05 Sep 2005 21:59:33 +0100, Richard Huxton wrote: > > >>Daniel Morgan wrote: >> >> >>>Does PostgreSQL provide a way to step-debug into plpgSQL stored procedures? >>> >>> >>Afraid not. One of the commercial versions of PG offered it as a feature >>IIRC, b

Re: [GENERAL] Debug plpgSQL stored procedures

2005-09-06 Thread Jim C. Nasby
On Mon, Sep 05, 2005 at 05:17:41PM -0400, Daniel Morgan wrote: > 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 Window

Re: [GENERAL] Debug plpgSQL stored procedures

2005-09-05 Thread Klint Gore
On Mon, 05 Sep 2005 21:59:33 +0100, Richard Huxton wrote: > Daniel Morgan wrote: > > Does PostgreSQL provide a way to step-debug into plpgSQL stored procedures? > > Afraid not. One of the commercial versions of PG offered it as a feature > IIRC, but I could be wrong, and if so it was some time a

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.

Re: [GENERAL] Debug plpgSQL stored procedures

2005-09-05 Thread Richard Huxton
Daniel Morgan wrote: Does PostgreSQL provide a way to step-debug into plpgSQL stored procedures? Afraid not. One of the commercial versions of PG offered it as a feature IIRC, but I could be wrong, and if so it was some time ago. If yes, how do you do debug the stored procedures? Can it be d

[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