Package: postgresql-10-prefix Source: prefix Version: 1.2.10-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 77 Depends: postgresql-10, libc6 (>= 2.14) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.10-3.pgdg22.04+1_amd64.deb Size: 22212 SHA256: 62055624d1f302575f99d98a9fd1ee294b4c517b996ec1e72e8fd381959dd6d0 SHA1: ebcd8689804fe7cc5c8c2d8e11080717c1006c61 MD5sum: b85a68fcdb74bb38d4064ce0bb16c694 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.