select open change scope Open full search

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

Extensions / Functions and aggregates

pg_py_ext

A PostgreSQL extension using PL/Python3U to add numbers

pgext.cloud · Source code · Documentation · Control file · PGXN

Overview

Packagepg_py_ext
Version1.0.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2023-08-19
Catalogue updated2026-08-30

Related extensions

See also

pg_plpgsql_extA PostgreSQL extension with a PL/pgSQL function to subtract numbers
pg_cextA PostgreSQL extension to add two numbers
my_extensionA Basic PostgreSQL Extension
pgosqlC procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views.
plpython3tA SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t.
plcoffeeCoffeeScript procedural language for PostgreSQL, compiled and executed by the PL/v8 runtime