vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Now that we've "announced" (see http://www.informationweek.com/news/...Section=N ews) that 8.3 will include a debugger (don't worry, it's a PL/pgSQL debugger :-), has anyone actually tried it yet (other than myself and Dave Page)? I would appreciate any feedback (preferably *before* 8.3 hits the streets). You can find the debugger at: http://pgfoundry.org/projects/edb-debugger Thanks. -- Korry ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Hi Korry, On Tue, 2007-09-04 at 10:07 -0400, korry.douglas wrote: > Now that we've "announced" Could you please define "we"? Is it "EDB" or "PostgreSQL" ? I'm asking this per a thread @ -advocacy list. Cheers, -- Devrim GÜNDÜZ PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBG3Wsupme12CBXnxERAspTAJ9R1AO1udrFnCcl8gR748 +bAXCNxgCgr1S/ Ib+1hboBIsthvqB/Y1hvCp0= =9rRT -----END PGP SIGNATURE----- |
| |||
| korry.douglas a écrit : > Now that we've "announced" (see > http://www.informationweek.com/news/...Section=N ews) > that 8.3 will include a debugger (don't worry, it's a PL/pgSQL debugger > :-), has anyone actually tried it yet (other than myself and Dave Page)? I did but with an 8.2 PostgreSQL server. > I would appreciate any feedback (preferably *before* 8.3 hits the > streets). You can find the debugger at: > http://pgfoundry.org/projects/edb-debugger I'll try to work more on it and to use the devel server. Regards. -- Guillaume. <!-- http://abs.traduc.org/ http://lfs.traduc.org/ http://docs.postgresqlfr.org/ --> ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Ugaa...Sorry I don't have the margin of time.:-( However, I examined it as EDB.... Regards, Hiroshi Saito From: "Guillaume Lelarge" <guillaume@lelarge.info> > korry.douglas a écrit : >> Now that we've "announced" (see >> http://www.informationweek.com/news/...Section=N ews) >> that 8.3 will include a debugger (don't worry, it's a PL/pgSQL debugger >> :-), has anyone actually tried it yet (other than myself and Dave Page)? > > I did > > but with an 8.2 PostgreSQL server. > >> I would appreciate any feedback (preferably *before* 8.3 hits the >> streets). You can find the debugger at: >> http://pgfoundry.org/projects/edb-debugger > > I'll try to work more on it and to use the devel server. > > Regards. > > > -- > Guillaume. > <!-- http://abs.traduc.org/ > http://lfs.traduc.org/ > http://docs.postgresqlfr.org/ --> > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Devrim GÜNDÜZ wrote: > Hi Korry, > > On Tue, 2007-09-04 at 10:07 -0400, korry.douglas wrote: >> Now that we've "announced" > > Could you please define "we"? Is it "EDB" or "PostgreSQL" ? I'm asking > this per a thread @ -advocacy list. We, EDB. Though I'm not sure it was so much announced as mentioned-in-passing in all honesty. In any case, it's a plugin for PostgreSQL 8.2 and above that allows you to debug pl/pgsql functions using pgAdmin. You can step through functions, step into or over function calls, set breakpoints, examine variable values etc - all the normal stuff you expect from a debugger. You can also directly debug a selected function, or set a breakpoint on one and wait for your app to hit the breakpoint so you can debug it in context. /D ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Dave Page wrote: > Devrim GÜNDÜZ wrote: >> Hi Korry, >> >> On Tue, 2007-09-04 at 10:07 -0400, korry.douglas wrote: >>> Now that we've "announced" >> Could you please define "we"? Is it "EDB" or "PostgreSQL" ? I'm asking >> this per a thread @ -advocacy list. > > We, EDB. Though I'm not sure it was so much announced as > mentioned-in-passing in all honesty. Or maybe in second thought Korry was actually referring the Information Week article... /D ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| >> Now that we've "announced" >> > > Could you please define "we"? Is it "EDB" or "PostgreSQL" ? I'm asking > this per a thread @ -advocacy list. > That -advocacy thread is what got me started. I was referring to the interview in InformationWeek - that's a PG-related interview not an EDB-related interview. I've heard a few people mention that they plan to include the PL/pgSQL debugger in a PG 8.3 release announcement, I just want to make sure that it gets a little exercise before we talk it up too much. -- Korry |
| |||
| Hi Dave, On Tue, 2007-09-04 at 15:55 +0100, Dave Page wrote: > We, EDB. Though I'm not sure it was so much announced as > mentioned-in-passing in all honesty. I was referring to the source of the information in that article, Dave > In any case, it's a plugin for PostgreSQL 8.2 and above that allows > you to debug pl/pgsql functions using pgAdmin. Yes I know and spent a bit time for testing it -- but not much. Cheers,. -- Devrim GÜNDÜZ PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBG3XMypme12CBXnxERAra2AJ9kzqjJ7wFYbZ2O4kulQf aKioKkzQCfWNhs XSa3nXGQF4yJwErePbJUHLU= =xnoe -----END PGP SIGNATURE----- |
| |||
| Hello Korry I test it and with pgAdmin and sent some bug reports (pgAdmin had some problems not debugger). Is it available without pgAdmin? Debugger works well, but integration with pgAdmin is knotty now. Some points 1. can be integrated into psql? 2. can be started from query execution (with breakpoint). Now I have to expliciltly start debugged function. Regards Pavel Stehule 2007/9/4, korry.douglas <korry.douglas@enterprisedb.com>: > Now that we've "announced" (see > http://www.informationweek.com/news/...Section=N ews) > that 8.3 will include a debugger (don't worry, it's a PL/pgSQL debugger > :-), has anyone actually tried it yet (other than myself and Dave Page)? > > I would appreciate any feedback (preferably *before* 8.3 hits the > streets). You can find the debugger at: > http://pgfoundry.org/projects/edb-debugger > > Thanks. > > -- Korry > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Have you searched our list archives? > > http://archives.postgresql.org > ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| >> In any case, it's a plugin for PostgreSQL 8.2 and above that allows >> you to debug pl/pgsql functions using pgAdmin. >> > > Yes I know and spent a bit time for testing it -- but not much. > Devrim, does that mean that you've tried it and it seemed to work? Did you try it with 8.2 or 8.3? -- Korry |