postgresql-debversion 1.1.1-3 source package in Ubuntu

Changelog

postgresql-debversion (1.1.1-3) unstable; urgency=medium

  * Upload for PostgreSQL 12.
  * Add debian/gitlab-ci.yml.
  * Use source format 3.0 (quilt) again.

 -- Christoph Berg <email address hidden>  Wed, 30 Oct 2019 13:52:35 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
postgresql-debversion_1.1.1-3.dsc 2.1 KiB 4c3217cc6afc5f130bacf96a2233cd26937a2baa26238a78fac8b6f3e85de197
postgresql-debversion_1.1.1.orig.tar.gz 20.9 KiB 729df992efef3338b54febb7354cebd51b2c2d3a6345ca26c0a067dd5e95a401
postgresql-debversion_1.1.1-3.debian.tar.xz 3.9 KiB 57b8f1ea7f9cff7558c600cea59bb599865f54add7545ae4349a4e67329c01a2

No changes file available.

Binary packages built by this source

postgresql-12-debversion: 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()

postgresql-12-debversion-dbgsym: debug symbols for postgresql-12-debversion