summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl/jsonb_plperlu.control
AgeCommit message (Collapse)Author
2018-04-03Transforms for jsonb to PL/PerlPeter Eisentraut
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 <[email protected]> Reviewed-by: Pavel Stehule <[email protected]> Reviewed-by: Aleksander Alekseev <[email protected]> Reviewed-by: Nikita Glukhov <[email protected]>