plperlu
plperlu
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 | |
|---|---|
| Requires | plperlu
|
| Need By | bool_plperlu
hstore_plperlu
jsonb_plperlu
plperlu
sparql
|
| See Also | plperl
plluau
pltclu
bool_plperl
hstore_plperl
jsonb_plperl
plpgsql
plv8
|
| Siblings | bool_plperlu
jsonb_plperlu
hstore_plperlu
|
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
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 plperlu CASCADE; -- requires plperluLast updated on