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