Package: postgresql-18-debversion Source: postgresql-debversion Version: 1.2.0-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 66 Depends: postgresql-18, libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.2.5) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://salsa.debian.org/postgresql/postgresql-debversion Priority: optional Section: database Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion_1.2.0-3.pgdg22.04+1_amd64.deb Size: 16432 SHA256: 21c3b299de2313eab4db9823c3bc1d7a41e022293ce2c094a64f7125e4c8bf9d SHA1: 35b39eb492805b445d42b03ef07835a9337849bb MD5sum: d7fdca2b4d23c59a6af0bccfd17f5a4c Description: Debian version number type for PostgreSQL Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type. . Version comparison uses the algorithm used by the Debian package manager, dpkg, using the implementation from libapt-pkg. This means that columns in tables using the debversion type may be sorted and compared correctly using the same logic as "dpkg --compare-versions". It is also possible to create indexes on these columns. . postgresql-debversion implements the following features: . * The "debversion" type (internally derived from the "text" type) * A full set of operators for version comparison (< <= = <> >= >) including commutator and negator optimisation hints * Operator classes for btree and hash indexes * The aggregate functions min() and max()