From 341e1661805879db958dde0a9ed1dc44b1bb10c3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 3 Apr 2018 09:47:18 -0400 Subject: 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 Reviewed-by: Pavel Stehule Reviewed-by: Aleksander Alekseev Reviewed-by: Nikita Glukhov --- contrib/jsonb_plperl/jsonb_plperl.control | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 contrib/jsonb_plperl/jsonb_plperl.control (limited to 'contrib/jsonb_plperl/jsonb_plperl.control') diff --git a/contrib/jsonb_plperl/jsonb_plperl.control b/contrib/jsonb_plperl/jsonb_plperl.control new file mode 100644 index 00000000000..26c86a70e42 --- /dev/null +++ b/contrib/jsonb_plperl/jsonb_plperl.control @@ -0,0 +1,6 @@ +# jsonb_plperl extension +comment = 'transform between jsonb and plperl' +default_version = '1.0' +module_pathname = '$libdir/jsonb_plperl' +relocatable = true +requires = 'plperl' -- cgit v1.2.3