Transforms for jsonb to PL/Perl
Peter Eisentraut <peter_e@gmx.net>
Transforms for jsonb to PL/Perl Add a new contrib module jsonb_plperl that provides a transform between jsonb and PL/Perl. jsonb values are converted to appropriate Perl types such as arrays and hashes, and vice versa. Author: Anthony Bykov <a.bykov@postgrespro.ru> Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com> Reviewed-by: Aleksander Alekseev <a.alekseev@postgrespro.ru> Reviewed-by: Nikita Glukhov <n.gluhov@postgrespro.ru>
Files
| Path | Change | +/− |
|---|---|---|
| contrib/jsonb_plperl/expected/jsonb_plperl.out | added | +211 −0 |
| contrib/jsonb_plperl/expected/jsonb_plperlu.out | added | +211 −0 |
| contrib/jsonb_plperl/.gitignore | added | +4 −0 |
| contrib/jsonb_plperl/jsonb_plperl--1.0.sql | added | +19 −0 |
| contrib/jsonb_plperl/jsonb_plperl.c | added | +262 −0 |
| contrib/jsonb_plperl/jsonb_plperl.control | added | +6 −0 |
| contrib/jsonb_plperl/jsonb_plperlu--1.0.sql | added | +19 −0 |
| contrib/jsonb_plperl/jsonb_plperlu.control | added | +6 −0 |
| contrib/jsonb_plperl/Makefile | added | +40 −0 |
| contrib/jsonb_plperl/sql/jsonb_plperl.sql | added | +86 −0 |
| contrib/jsonb_plperl/sql/jsonb_plperlu.sql | added | +86 −0 |
| contrib/Makefile | modified | +2 −2 |
| doc/src/sgml/json.sgml | modified | +11 −2 |