On Sun, Jul 31, 2022 at 04:09:41PM -0500, Vincent Predoehl wrote:
> Is there a Debugger for postgresql? The only thing I could find was
> PLDebuggef and I had trouble getting it to compile.
Quick search showed that there is something called plpgsql_debugger from
OmniDB (https://github.com/OmniDB/plpgsql_debugger) but truth be told,
when I'm writing/debugging stuff, I rely on RAISE LOG/NOTICE.
Best regards,
depesz