Package: postgresql-13-prefix Source: prefix Version: 1.2.10-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 123 Depends: libc6 (>= 2.14), postgresql-13, postgresql-13-jit-llvm (>= 10) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-2.pgdg20.04+1_amd64.deb Size: 46248 SHA256: 951ed3aae9c658d5f3d936db07511e3da86018be3623890276cc08ca94b35a53 SHA1: f54c137a43afb2d90728b58c275ea1b1f497d3a5 MD5sum: c4a26f869a1c85ce3d26de40c930c69e 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.