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