plpgsql-check 2.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream version.

 -- Christoph Berg <email address hidden>  Fri, 03 Feb 2023 09:55:18 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
plpgsql-check_2.3.0-1.dsc 2.1 KiB 699a253b2c0c6b2d65dd604e85c7b23afe3faa73c6bf7bbb92e65dc1fd868a3b
plpgsql-check_2.3.0.orig.tar.gz 265.6 KiB 7079c21008564cdeeb8052b4906de607730d6a01f7e90d458dc3fe092ed0ec24
plpgsql-check_2.3.0-1.debian.tar.xz 3.2 KiB a137e9645305357ac4a4da9d86687e88a65beb476e82c1762c8f69e5ae5ebb3c

Available diffs

No changes file available.

Binary packages built by this source

postgresql-15-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-15-plpgsql-check-dbgsym: debug symbols for postgresql-15-plpgsql-check