select open change scope Open full search

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

Extensions / Functions and aggregates

gcd

C function that computes the greatest common divisor of an integer array.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagegcd
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2019-11-11
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.
sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.
pg_calcpiComputes digits of pi in PostgreSQL with a PL/pgSQL spigot algorithm.
cmathC11 math functions exposed to PostgreSQL with C-backed implementations.
graph_componentCompute graph components
complexComplex-number data type for PostgreSQL.
fbsqlClosure-preserving formula-based statistical modeling in SQL