Обсуждение: PL/pgSQL Audit Utility

Поиск
Список
Период
Сортировка

PL/pgSQL Audit Utility

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

Re: PL/pgSQL Audit Utility

От
Pavel Stehule
Дата:


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

От
Michael Moore
Дата:
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