Thread: plpgsql debugger support for postgresql
Hello I would to test debugger with postgresql. Is possible somewhere download server debugger support? Thank You Pavel Stehule
Pavel Stěhule a écrit : > I would to test debugger with postgresql. Is possible somewhere download > server debugger support? > I don't think it's available for native PostgreSQL. AFAIK, it's only available with EnterpriseDB Advanced Server. Or perhaps Dave can share with us a really good news ? :) Regards. -- Guillaume. <!-- http://abs.traduc.org/ http://lfs.traduc.org/ http://docs.postgresqlfr.org/ -->
Guillaume Lelarge wrote: > Pavel Stěhule a écrit : >> I would to test debugger with postgresql. Is possible somewhere download >> server debugger support? >> > > I don't think it's available for native PostgreSQL. AFAIK, it's only > available with EnterpriseDB Advanced Server. Or perhaps Dave can share > with us a really good news ? :) I spoke with Korry last week - he's actively working on the community version of the plugin. It apparently works with PostgreSQL now and builds using PGXS I believe, but needs some API reshuffling to remove some EDB specific parameters (package OID's to be specific). Regards, Dave
Dave Page píše v Pá 20. 07. 2007 v 08:56 +0100: > Guillaume Lelarge wrote: > > Pavel Stěhule a écrit : > >> I would to test debugger with postgresql. Is possible somewhere download > >> server debugger support? > >> > > > > I don't think it's available for native PostgreSQL. AFAIK, it's only > > available with EnterpriseDB Advanced Server. Or perhaps Dave can share > > with us a really good news ? :) > > I spoke with Korry last week - he's actively working on the community > version of the plugin. It apparently works with PostgreSQL now and > builds using PGXS I believe, but needs some API reshuffling to remove > some EDB specific parameters (package OID's to be specific). > > Regards, Dave It could be good contrib module Pavel