Package: postgresql-15-prefix Source: prefix Version: 1.2.10-3.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 124 Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.14) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-3.pgdg20.04+1_amd64.deb Size: 46188 SHA256: bcb5f23e5ea8e8d7b7b5b033e14d0de933bf047c634621ce0a6152172191ba79 SHA1: fa68c5b9e82bb298173446fc01c36bddf85e9e5d MD5sum: f8337d50daefe29fbf108b0a7d661750 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.