Package: postgresql-13-prefix Source: prefix Version: 1.2.9-5.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 119 Depends: postgresql-13, libc6 (>= 2.4) Priority: optional Section: database Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.9-5.pgdg18.04+1_i386.deb Size: 45816 SHA256: 10135047b33a43878a3994690744f263b1312f7066cc018b52ba53bfeb283fe8 SHA1: baa76c6798d4e26e67f25ae8adcbe1e7166256b1 MD5sum: 32de11ba8ae6a6a936c1c3a241537c8f 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.