jsonb_plperlu
transform between jsonb and plperlu
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
plperlu | 1.0 | LANG | PostgreSQL | C |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 3270 | plperlu | No | Yes | No | Yes | No | No | pg_catalog |
| 3271 | bool_plperlu | No | No | No | Yes | No | No | - |
| 3272 | jsonb_plperlu | No | No | No | Yes | No | No | - |
| 3273 | hstore_plperlu | No | No | No | Yes | No | No | - |
| Related | plperlu pgbson pgjq jsonb_plperl jsonb_plpython3u jsquery pg_jsonschema jsonschema pg_projection |
|---|
Version
| PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|
| 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
Install
Note: This is a built-in contrib extension of PostgreSQL
Usage
jsonb_plperlu: Transform between jsonb and PL/Perl untrusted
Provides a transform for the jsonb type for PL/Perl Untrusted. When loaded, jsonb values are automatically converted to Perl data structures (hashes, arrays, scalars) and vice versa.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)