select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Functions and aggregates

pg_array_multi_index

simultaneous multiple-indexing of PostgreSQL arrays

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_array_multi_index
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars3
Latest commit2019-05-05
Catalogue updated2026-08-30

Related extensions

See also

parray_ginGIN index operator class and partial-match operators for text arrays
array_textsortC functions for sorting and de-duplicating one-dimensional text arrays.
json_buildC functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays.
jsonb_delete_arrayDelete jsonb keys or string elements listed in a text array
sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.
numpgsqlArray and numerical computing library for PostgreSQL
unnest_ordinalityLegacy array unnest function that returns each element with its ordinal position.
vectoraggFloat-array range sum, clamp, and decimation functions