plpgsql

plpgsql

PL/pgSQL procedural language

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
3280
plpgsql
plpgsql
1.0
LANG
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
Need By
data_historization
ddl_historization
pg4ml
pg_drop_events
pg_profile
pg_upless
plpgsql_check
powa
table_version
unit
See Also
pldbgapi
plprofiler
pltclu
plv8
plluau

Packages

PG18PG17PG16PG15PG14PG13
1.0
1.0
1.0
1.0
1.0
1.0

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Create this extension with:

CREATE EXTENSION plpgsql;
Last updated on