select open change scope Open full search

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

Extensions / Functions and aggregates

sum_array

C function that sums PostgreSQL integer and floating-point arrays into float8.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_sum_array
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Project statusUnmaintained
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2018-08-29
Catalogue updated2026-08-30

Related extensions

See also

numpgsqlArray and numerical computing library for PostgreSQL
eigenNew array types and linear-algebra functions based on the Eigen numerical template library.
gcdC function that computes the greatest common divisor of an integer array.
parray_ginGIN index operator class and partial-match operators for text arrays
decimalDecimal32 and decimal64 decimal floating-point data types with arithmetic and casts
array_textsortC functions for sorting and de-duplicating one-dimensional text arrays.
pg_array_multi_indexsimultaneous multiple-indexing of PostgreSQL arrays
json_buildC functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays.