plpgsql
PL/pgSQL procedural language
Overview
3280 | plpgsql | plpgsql | 1.0 | LANG | PostgreSQL | C |
Attributes
Yes | No | Yes | No | Yes | Unknown | No | - |
Packages
EL | CONTRIB | postgresql$v-contrib | 1.0 | - | 17 16 15 14 13 |
Debian | CONTRIB | postgresql-$v | 1.0 | - | 17 16 15 14 13 |
Dependent Extensions
The following extensions depend on this extension: table_version, pg4ml, plpgsql_check, unit, ddl_historization, data_historization, pg_upless, pg_drop_events, pg_profile, powa
Availability
PG17 | PG16 | PG15 | PG14 | PG13 | |
---|---|---|---|---|---|
el8.x86_64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
el8.aarch64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
el9.x86_64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
el9.aarch64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
d12.x86_64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
d12.aarch64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
u22.x86_64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
u22.aarch64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
u24.x86_64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
u24.aarch64 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
CONTRIB
PGDG
PIGSTY
Download
This extension is built-in with PostgreSQL and does not need separate download.
Install
Extension plpgsql
is PostgreSQL Built-in Contrib Extension which is installed along with the kernel/contrib.
Create this extension on PostgreSQL database with:
CREATE EXTENSION plpgsql;