jsonb_plperl
transform between jsonb and plperl
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
plperl | 1.0 | LANG | PostgreSQL | C |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 3260 | plperl | No | Yes | No | Yes | Yes | No | pg_catalog |
| 3261 | bool_plperl | No | Yes | No | Yes | Yes | No | - |
| 3262 | hstore_plperl | No | Yes | No | Yes | No | No | - |
| 3263 | jsonb_plperl | No | No | No | Yes | Yes | No | - |
| Related | plperl pgbson pgjq jsonb_plperlu 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
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.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)