Re: Debugger for plpgsql

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Vincent Predoehl <vpredoehl(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Debugger for plpgsql
Date: 2022-08-01 09:12:04
Message-ID: 20220801091204.GB2385@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Daulat 2022-08-01 09:14:09 Re: pg_upgrade issue, upgrading from v10 to v14
Previous Message Vincent Predoehl 2022-07-31 21:09:41 Debugger for plpgsql