postgresql-debversion 1.0.6-1ubuntu1 source package in Ubuntu

Changelog

postgresql-debversion (1.0.6-1ubuntu1) oneiric; urgency=low

  * debian/control: Lower debhelper build dependency, our debhelper has the
    compat level 9/multiarch changes already. This delta can be dropped once
    debhelper 8.9.6 or newer is merged into Ubuntu. (LP: #837337)
 -- Martin Pitt <email address hidden>   Tue, 30 Aug 2011 18:54:09 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
postgresql-debversion_1.0.6.orig.tar.gz 349.3 KiB f08b6c0e90d1f156d45fe48314ca1f5b36e2cec67d63fcc1fdecc8f7557049c1
postgresql-debversion_1.0.6-1ubuntu1.diff.gz 670 bytes 13a9368245a2a6b38b99af665152abd518927bfd65ddb1eee2f49075b61be253
postgresql-debversion_1.0.6-1ubuntu1.dsc 2.1 KiB 94490366772d916725ef125fd9cb6ef34cbd03a1e6abb8809cfde7d7472f9375

Available diffs

View changes file

Binary packages built by this source

postgresql-9.1-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()