prefix 1.2.10-2 source package in Ubuntu

Changelog

prefix (1.2.10-2) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Mon, 18 Sep 2023 22:28:19 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
prefix_1.2.10-2.dsc 1.9 KiB 9a0d252c3e6ff15ae34399016f6b431c4d8a04d7039815bf676aff27de44eb00
prefix_1.2.10.orig.tar.gz 73.9 KiB 4342f251432a5f6fb05b8597139d3ccde8dcf87e8ca1498e7ee931ca057a8575
prefix_1.2.10-2.debian.tar.xz 3.8 KiB b82d83057986d31ab3c4a109048ea882914e2f16bb9cd35cb843e50a733a6676

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-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.

postgresql-16-prefix-dbgsym: debug symbols for postgresql-16-prefix