Hi,
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.
You meant for plpgsql then?
A bit unrelated, but if you're doing any non trivial code in plpgsql you should
definitely use plpgsql_check (https://github.com/okbob/plpgsql_check) It's an
incredibly useful extension that will avoid a lot of problems.