Package: postgresql-9.3-prefix Source: prefix Version: 1.2.8-2.pgdg18.04+2 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 76 Depends: libc6 (>= 2.4), postgresql-9.3 Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-9.3-prefix_1.2.8-2.pgdg18.04+2_i386.deb Size: 24872 SHA256: 797d99904b0e99bb07cb409f509078b6704a63e98b74c15d7b9f8de07bf0912c SHA1: e5e9701a099cc9603ca92e8d19f04c679d5257fa MD5sum: ec54ece284f9c89a267866a3bdb14073 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.