prefix 1.2.1-1 source package in Ubuntu

Changelog

prefix (1.2.1-1) unstable; urgency=low


  * debian/rules: Use "pg_buildext loop".
  * Use "all" in debian/pgversions and B-D on pg-server-dev >= 148.
  * Add regression tests and run them using autopkgtest.
  * Add watch file.
  * Add myself to Uploaders.

 -- Christoph Berg <email address hidden>  Tue, 26 Feb 2013 20:24:08 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
prefix_1.2.1-1.dsc 1.8 KiB 1e7ec68c528149443e96b84f94850f7df273f53e08e10e5fb283a956d9cba844
prefix_1.2.1.orig.tar.gz 72.8 KiB b88a39d9b73aed955db23d03648ec6b5d257aaac2f5e1d3859ff0204a27ee675
prefix_1.2.1-1.debian.tar.gz 3.4 KiB 6c211e77296bb75fc69501fad916fdef8d736554c46c8d1e58ac66232e5bb5ae

Available diffs

No changes file available.

Binary packages built by this source

postgresql-9.3-prefix: Prefix Range module for PostgreSQL

 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.