Thread: PL/pgSQL Audit Utility

PL/pgSQL Audit Utility

From
Michael Moore
Date:
<div dir="ltr">Is there an automated way of pointing out un-referenced variables?</div>

Re: PL/pgSQL Audit Utility

From
Pavel Stehule
Date:


2016-10-31 20:06 GMT+01:00 Michael Moore <michaeljmoore@gmail.com>:
Is there an automated way of pointing out un-referenced variables?

some work can be done by plpgsql_check https://github.com/okbob/plpgsql_check

Regards

Pavel

Re: PL/pgSQL Audit Utility

From
Michael Moore
Date:
Thanks!

On Mon, Oct 31, 2016 at 12:08 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:


2016-10-31 20:06 GMT+01:00 Michael Moore <michaeljmoore@gmail.com>:
Is there an automated way of pointing out un-referenced variables?

some work can be done by plpgsql_check https://github.com/okbob/plpgsql_check

Regards

Pavel