Re: pl/SQL debugging in PostgreSQL
Alvaro Herrera <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
On 2019-Jan-25, Tom Lane wrote: > Michael Holzman <[email protected]> writes: > > What are the ways of development and debugging of pl/SQL code in PG? Any > > suggestions/hints will be very appreciated. > > The standard low-tech way is to sprinkle RAISE NOTICE (or maybe RAISE LOG) > actions throughout your function. The only real alternative I know about > is EDB's pl/debugger, which I think used to be available standalone but > these days it seems like they only provide it with the pgAdmin GUI. There's also a plpgsql debugger in OmniDB: https://omnidb.org/en/documentation-en/13-debug-plpgsql-functions-en -- Ãlvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services