intarray

intarray

functions, operators, and index support for 1-D arrays of integers

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
4960
intarray
intarray
1.5
FUNC
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
----dt-
No
No
No
Yes
no
yes
Relationships
See Also
aggs_for_arrays
aggs_for_vecs
arraymath
floatvec
vector
vchord
vectorscale
vectorize

Packages

PG18PG17PG16PG15PG14PG13
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