postgresql17-prefix
1.2.10Prefix Range module for PostgreSQL
Prefix matching is both very common and important in telephony applications, where call routing and costs depend on matching caller/callee phone number to an operator prefix. Let's say the prefixes table is called prefixes, a typical query will try to match a phone number to the longest prefix in the table: SELECT * FROM prefixes WHERE prefix @> '0123456789' ORDER BY length(prefix) DESC LIMIT 1;
Origin: databases/postgresql-prefix
Category: databases
Size: 52.6KiB
License: PostgreSQL
Maintainer: lbartoletti@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
Website: github.com/dimitri/prefix
$
pkg install postgresql17-prefixDependencies (1)
More in databases
sqlite33.50.4_2,1
SQL database engine in a C librarymysql80-client8.0.44
Multithreaded SQL database (client)p5-DBI1.647_1
Perl5 Database Interface, required for DBD::* modulespostgresql17-client17.9
PostgreSQL database (client)py311-sqlite33.11.15_10
Standard Python binding to the SQLite3 library (Python 3.11)qt5-sql5.15.18p109
Qt SQL database integration module (KDE patched)php84-mysqli8.4.16
The mysqli shared extension for phpp5-DBIx-Class0.082844
Extensible and flexible object <-> relational mapperunixODBC2.3.12_2
ODBC library suite for Unixlmdb0.9.33,1
OpenLDAP Lightning Memory-Mapped Database