jsonb_plperl
transform between jsonb and plperl
plperl : transform between jsonb and plperl
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3263 | jsonb_plperl | plperl | 1.0 |
LANG | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| ----dt- | No | No | No | Yes | no | yes |
| Relationships | |
|---|---|
| Requires | plperl |
| See Also | pgbson pgjq jsonb_plperlu jsonb_plpython3u jsquery pg_jsonschema jsonschema pg_projection |
| Siblings | plperl bool_plperl hstore_plperl |
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
Provides a transform for the jsonb type for PL/Perl. When loaded, jsonb values are automatically converted to Perl data structures (hashes, arrays, scalars) and vice versa.