Package: postgresql-13-prefix Source: prefix Version: 1.2.10-4.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 123 Depends: postgresql-13, libc6 (>= 2.14) Breaks: postgresql-13-jit-llvm (<< 15) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-4.pgdg22.04+1_amd64.deb Size: 44772 SHA256: 8f57ec2f1a4a7aed1fdb8665b45556823ebf0da7b91af4e115825d1913ffc9bd SHA1: 5f1aba75c8ef9db145326ebb32dda02c69a10109 MD5sum: 63ca3e4e6269121e1c9f9c42aacefdf3 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.