Extensions / Procedural languages
A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t.
pgext.cloud · Source code · Control file
| Package | plpythont |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | Yes |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2019-10-05 |
| Catalogue updated | 2026-08-30 |
| plpython3u | PL/Python3U untrusted procedural language |
| faker | Wrapper for the Faker Python library |
| advcopy | PL/Python PostgreSQL extension for copying data to and from S3. |
| pgpyml | Run scikit-learn machine-learning models inside PostgreSQL through PL/Python functions and triggers. |
| pspacy | PL/Python full-text-search helpers that use spaCy for multilingual lemmatization, tsvector generation and tsquery generation. |
| s2 | PL/Python functions for converting latitude/longitude to S2 cell IDs and tokens and navigating the S2 cell hierarchy |
| multicorn | Fetch foreign data in Python in your PostgreSQL server. |
| panda_post | Python Pandas data in Postgres |
| plpython2u | Historical untrusted PL/Python 2 procedural language. |
| plpythonu | Historical untrusted PL/Python procedural language. |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |
| rppd | Trigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service. |
| numpy_plpython2u | transform between numpy and plpython2u |