Package: postgresql-11-prefix Source: prefix Version: 1.2.10-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 122 Depends: libc6 (>= 2.14), postgresql-11, postgresql-11-jit-llvm (>= 14) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-2.pgdg22.04+1_amd64.deb Size: 45032 SHA256: 98c9aba88e3f25b382fd66ca622c93d035bf492c02a5a981f2e6be9905b1e056 SHA1: c9abe941428336cae29c3c918e18f04a36c83e92 MD5sum: 7bc67f66fd9b56be6bf1fa05d78282b0 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.