plpgsql_wrap
plpgsql_wrap
plpgsql_wrap : Oracle WRAP-equivalent PL/pgSQL language handler storing AES-256-GCM encrypted procedure source.
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9210 | plpgsql_wrap
|
plpgsql_wrap
|
1.0 |
SIM
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d--
|
No
|
Yes
|
No
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| Requires | plpgsql
|
| See Also | orafce
pg_dbms_metadata
pgaudit
|
PGDG RPM and Pigsty DEB package hexacluster/plpgsql_wrap 1.0; control requires plpgsql and superuser=true; links OpenSSL.
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
1.0 |
18
17
16
15
14
|
plpgsql_wrap |
plpgsql |
| RPM | PGDG
|
1.0 |
18
17
16
15
14
|
plpgsql_wrap_$v |
openssl-libs |
| DEB | PIGSTY
|
1.0 |
18
17
16
15
14
|
postgresql-$v-plpgsql-wrap |
libssl3 |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
el8.x86_64
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
el8.aarch64
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
el9.x86_64
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
el9.aarch64
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
el10.x86_64
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
el10.aarch64
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
PGDG 1.0
|
d12.x86_64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
d12.aarch64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
d13.x86_64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
d13.aarch64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
u22.x86_64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
u22.aarch64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
u24.x86_64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
u24.aarch64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
u26.x86_64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
u26.aarch64
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
PIGSTY 1.0
|
Source
pig build pkg plpgsql_wrap; # build rpm/debInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install plpgsql_wrap; # install via package name, for the active PG version
pig install plpgsql_wrap -v 18; # install for PG 18
pig install plpgsql_wrap -v 17; # install for PG 17
pig install plpgsql_wrap -v 16; # install for PG 16
pig install plpgsql_wrap -v 15; # install for PG 15
pig install plpgsql_wrap -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION plpgsql_wrap CASCADE; -- requires plpgsql
Last updated on