plperlu
PL/PerlU untrusted procedural language
plperlu : PL/PerlU untrusted procedural language
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3270 | plperlu | plperlu | 1.0 |
LANG | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| Schemas | pg_catalog |
| Need By | bool_plperlu hstore_plperlu jsonb_plperlu pg_utl_smtp sparql |
| See Also | plperl plpython3u plluau pltclu plsh pljava plr plxslt plpgsql |
| Siblings | bool_plperlu jsonb_plperlu hstore_plperlu |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|
| 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:
Usage
PL/Perl Untrusted provides full Perl capabilities including external module loading, filesystem access, and network operations. Only superusers can create functions in this language.