Package: postgresql-16-plpgsql-check Source: plpgsql-check Version: 2.10.4-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 720 Depends: postgresql-16, libc6 (>= 2.17) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/okbob/plpgsql_check Priority: optional Section: database Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.10.4-1.pgdg26.04+1_amd64.deb Size: 321400 SHA512: f32e080fd2be5bb66bf517a3c4e17bca2a738640829dfc3ea1ee1e5a3ea092ca73f59d2752f44703fb2a9d694e8d48220b3fd748d03c4d219a8bc50639a4a19a SHA256: 7c7e88f88dec212074d3dc11b66b4e3cf2147538401a5c44b27fa619b73cf4f1 SHA1: cc832cd0f3a344062130667e3f1023ef3dd0dab5 MD5sum: 8a3a52ad58321b6f3728180d01f584fd 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