select open change scope Open full search

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

Extensions / Functions and aggregates

array_textsort

C functions for sorting and de-duplicating one-dimensional text arrays.

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

Overview

Packagearray_textsort
Version1.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars6
Latest commit2014-07-30
Catalogue updated2026-08-30

Related extensions

See also

parray_ginGIN index operator class and partial-match operators for text arrays
pg_array_multi_indexsimultaneous multiple-indexing of PostgreSQL arrays
jsonb_delete_arrayDelete jsonb keys or string elements listed in a text array
json_buildC functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays.
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