How to Install and Uninstall postgresql-14-plpgsql-check Package on Kali Linux

Last updated: May 17,2024

1. Install "postgresql-14-plpgsql-check" package

In this section, we are going to explain the necessary steps to install postgresql-14-plpgsql-check on Kali Linux

$ sudo apt update $ sudo apt install postgresql-14-plpgsql-check

2. Uninstall "postgresql-14-plpgsql-check" package

This guide let you learn how to uninstall postgresql-14-plpgsql-check on Kali Linux:

$ sudo apt remove postgresql-14-plpgsql-check $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-14-plpgsql-check package on Kali Linux

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.1.10-1
Installed-Size: 627
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.17)
Size: 299360
SHA256: 7d0b3f7d3bc228880c651e76e6881e7e0501de00b3ba44d008423fd89f707e88
SHA1: 835707078aa571b7cd660a942c7a8295f1e57743
MD5sum: 9c77c61f42b3159a35f0ea86c43b353a
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
Description-md5: 1cd172a8d9dfc067f31fcfdcf2cc9f2b
Homepage: https://github.com/okbob/plpgsql_check
Section: database
Priority: optional
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.1.10-1_amd64.deb