Package: postgresql-15-prefix Source: prefix Version: 1.2.10-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 123 Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.14) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-3.pgdg22.04+1_amd64.deb Size: 45024 SHA256: 6f42c50630aa03dc9bf8cf791c015c221bcb8761f6d976ae0a71f373c0ad95dc SHA1: 406ab412b93c5c8989d56ff6507e7ed214b2604d MD5sum: 9999ba1ccc44b22089665003c1c2c018 Description: 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.