Package: postgresql-16-plpgsql-check Source: plpgsql-check Version: 2.10.9-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 859 Depends: postgresql-16, libc6 (>= 2.17) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/okbob/plpgsql_check Priority: optional Section: database Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.10.9-1.pgdg22.04+1_amd64.deb Size: 408544 SHA512: 10358be8fce449f5b8c80069f8baa27b874e135ae65aaa7868a4c7973f0d1068673db60022d2f2080c4109692bdd3d03fe8f1791a2d832074ee9b92da3f55e29 SHA256: b95aeb5b52e13f88fc02f6af6bcfb4a4e12b61789ab10724dc7a735763d4e8cd SHA1: 348609bb419e346587f402aea1c2987e8b49c713 MD5sum: b7f7bb1e4f77c58d9e569e27f39b5670 Description: plpgsql_check extension for PostgreSQL plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code. The SQL statements inside PL/pgSQL functions are checked for semantic errors. . Features: * check fields of referenced database objects and types inside embedded SQL * using correct types of function parameters * unused variables and function argumens, unmodified OUT argumens * partially detection of dead code (due RETURN command) * detection of missing RETURN command in function * try to identify unwanted hidden casts, that can be performance issue like unused indexes * possibility to collect relations and functions used by function * possibility to check EXECUTE stmt against SQL injection vulnerability