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