[ 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