Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-03 | Transforms for jsonb to PL/Perl | Peter 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]> |