Extensions / Functions and aggregates
A PostgreSQL extension using PL/Python3U to add numbers
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | pg_py_ext |
|---|---|
| Version | 1.0.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2023-08-19 |
| Catalogue updated | 2026-08-30 |
| pg_plpgsql_ext | A PostgreSQL extension with a PL/pgSQL function to subtract numbers |
| pg_cext | A PostgreSQL extension to add two numbers |
| my_extension | A Basic PostgreSQL Extension |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |
| plpython3t | A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t. |
| plcoffee | CoffeeScript procedural language for PostgreSQL, compiled and executed by the PL/v8 runtime |