select open change scope Open full search

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

Extensions / Procedural languages

plpython3t

A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t.

pgext.cloud · Source code · Control file

Overview

Packageplpythont
Version1.0
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedYes
RelocatableYes
Stars0
Latest commit2019-10-05
Catalogue updated2026-08-30

Related extensions

Requires

plpython3uPL/Python3U untrusted procedural language

See also

fakerWrapper for the Faker Python library
advcopyPL/Python PostgreSQL extension for copying data to and from S3.
pgpymlRun scikit-learn machine-learning models inside PostgreSQL through PL/Python functions and triggers.
pspacyPL/Python full-text-search helpers that use spaCy for multilingual lemmatization, tsvector generation and tsquery generation.
s2PL/Python functions for converting latitude/longitude to S2 cell IDs and tokens and navigating the S2 cell hierarchy
multicornFetch foreign data in Python in your PostgreSQL server.
panda_postPython Pandas data in Postgres
plpython2uHistorical untrusted PL/Python 2 procedural language.
plpythonuHistorical untrusted PL/Python procedural language.
pg_py_plan_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks
rppdTrigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service.
numpy_plpython2utransform between numpy and plpython2u