Package: postgresql-15-plpgsql-check Source: plpgsql-check Version: 2.9.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 835 Depends: postgresql-15, libc6 (>= 2.17) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/okbob/plpgsql_check Priority: optional Section: database Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.9.1-1.pgdg22.04+1_amd64.deb Size: 393368 SHA512: fa3a2ae706c236bdc16873109ab21f03bc3c2680b9a8e4c87c1dd29c6d56b072e52d2b60ef8a2b170aca35921b82f557bb3bb7176ebd189ee79ad45c80d7cc27 SHA256: ecaeee5b4cc7a3b48be0b6e599f4836a03531c31c7b8a2f4edbb9479e6647291 SHA1: 0e68f81f164bb7119eeb0dbdfdf3675e50d69ba7 MD5sum: b92009c61cbb69f597916fc7568f8e2f 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