intarray
intarray
functions, operators, and index support for 1-D arrays of integers
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 4960 | intarray | intarray | 1.5 | FUNC | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
----dt- | No | No | No | Yes | no | yes |
| Relationships | |
|---|---|
| See Also | aggs_for_arrays aggs_for_vecs arraymath floatvec vector vchord vectorscale vectorize |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 |
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Create this extension with:
CREATE EXTENSION intarray;Last updated on