plperl
plperl
plperl : PL/Perl procedural language
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3260 | plperl
|
plperl
|
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 | plperl
|
| Need By | bool_plperl
hstore_plperl
jsonb_plperl
plperl
sparql
|
| See Also | plperlu
bool_plperlu
jsonb_plperlu
hstore_plperlu
plpgsql
pg_tle
plv8
pllua
|
| Siblings | bool_plperl
hstore_plperl
jsonb_plperl
|
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 plperl CASCADE; -- requires plperlLast updated on