plpgsql-check 2.7.2-1 source package in Ubuntu

Changelog

plpgsql-check (2.7.2-1) unstable; urgency=medium

  * New upstream version 2.7.2.

 -- Christoph Berg <email address hidden>  Fri, 12 Jan 2024 10:33:55 +0100

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
plpgsql-check_2.7.2-1.dsc 2.1 KiB 3ffcf6284d9ad991a05380cc23f0ca39015d76f6c0d1970bce2d348a6cf65dbc
plpgsql-check_2.7.2.orig.tar.gz 215.0 KiB 9f0255d2630e941ba92af9522237880b02ef7723a9f832b434fb8a8880b058db
plpgsql-check_2.7.2-1.debian.tar.xz 3.4 KiB e97be3af8f3059fdbef99631dc950c5f787df9630aa06da86d7c2079751b3ddd

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-plpgsql-check: 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

postgresql-16-plpgsql-check-dbgsym: debug symbols for postgresql-16-plpgsql-check