select open change scope Open full search

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

Extensions / Functions and aggregates

frkn_avg

C aggregate extension providing my_avg for bigint and floating-point inputs.

pgext.cloud · Source code · Control file

Overview

PackageAggregate-Average
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2016-06-06
Catalogue updated2026-08-30

Related extensions

See also

weighted_meanWeighted average aggregate function for PostgreSQL numeric values.
argmargmax, argmin, and anyold aggregate functions
weighted_statsWeighted aggregate functions
medianMedian aggregate function for input sets
first_lastAggregate functions to return first or last "n" elements in a group
trimmed_aggregatesC aggregate functions that discard configurable low/high outliers before computing averages, variances, and standard deviations.
pg_aggExperimental aggregate-query support extension; its install script currently creates the untrusted PL/Python language.
kissfftFast-Fourier transformer (fft)