Re: Debugger for plpgsql

From: Julien Rouhaud <rjuju123(at)gmail(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:49:29
Message-ID: 20220801094929.z2h3yiaydao3qidv@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Don Seiler 2022-08-02 13:26:27 WAL restore/recovery fills pg_wal volume
Previous Message Daulat 2022-08-01 09:14:09 Re: pg_upgrade issue, upgrading from v10 to v14