[ sid ]
套件:postgresql-16-prefix(1.2.10-2) [debports]
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.
其他與 postgresql-16-prefix 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.16) [x32]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.2) [hppa]
- dep: libc6 (>= 2.37) [sh4]
- dep: libc6 (>= 2.4) [m68k]
-
- dep: libc6.1 (>= 2.37) [ia64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6.1-udeb
-
- dep: postgresql-16
- The World's Most Advanced Open Source Relational Database