Package: postgresql-11-prefix Source: prefix Version: 1.2.10-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 123 Depends: postgresql-11, postgresql-11-jit-llvm (>= 15), libc6 (>= 2.14) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-3.pgdg22.04+1_amd64.deb Size: 45260 SHA256: 2d865d2374a440a6b86007d6b402c9519db6b51431798ebea41d5c5a7f60fdab SHA1: 89a033d46ec94e17d901b8a99d2aafd7d50ac8b3 MD5sum: 9f42ba590e54bb4227d4f9211429497d 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.