Extensions / Procedural languages
Experimental aggregate-query support extension; its install script currently creates the untrusted PL/Python language.
pgext.cloud · Source code · Control file
| Package | pg_agg |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 12 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2020-12-11 |
| Catalogue updated | 2026-08-30 |
| plpython3u | PL/Python3U untrusted procedural language |
| faker | Wrapper for the Faker Python library |
| multicorn | Fetch foreign data in Python in your PostgreSQL server. |
| argm | argmax, argmin, and anyold aggregate functions |
| jsonb_plpython2u | Historical transform between jsonb and the untrusted PL/Python 2 language. |
| plpython2u | Historical untrusted PL/Python 2 procedural language. |
| plpythonu | Historical untrusted PL/Python procedural language. |
| pgsmtp | Send SMTP email and file attachments from PostgreSQL using untrusted PL/Python functions. |
| plpython3t | A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t. |
| median | Median aggregate function for input sets |
| first_last | Aggregate functions to return first or last "n" elements in a group |