select open change scope Open full search

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

Extensions / Procedural languages

pg_agg

Experimental aggregate-query support extension; its install script currently creates the untrusted PL/Python language.

pgext.cloud · Source code · Control file

Overview

Packagepg_agg
Version1.0
PostgreSQL versions12
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2020-12-11
Catalogue updated2026-08-30

Related extensions

Requires

plpython3uPL/Python3U untrusted procedural language

See also

fakerWrapper for the Faker Python library
multicornFetch foreign data in Python in your PostgreSQL server.
argmargmax, argmin, and anyold aggregate functions
jsonb_plpython2uHistorical transform between jsonb and the untrusted PL/Python 2 language.
plpython2uHistorical untrusted PL/Python 2 procedural language.
plpythonuHistorical untrusted PL/Python procedural language.
pgsmtpSend SMTP email and file attachments from PostgreSQL using untrusted PL/Python functions.
plpython3tA SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t.
medianMedian aggregate function for input sets
first_lastAggregate functions to return first or last "n" elements in a group