summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl/jsonb_plperl.control
diff options
context:
space:
mode:
authorPeter Eisentraut2018-04-03 13:47:18 +0000
committerPeter Eisentraut2018-04-03 13:47:18 +0000
commit341e1661805879db958dde0a9ed1dc44b1bb10c3 (patch)
treef78b33ca09f89599112fc81637c4fccf32cf12d4 /contrib/jsonb_plperl/jsonb_plperl.control
parenta08dc711952081d63577fc182fcf955958f70add (diff)
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 <[email protected]> Reviewed-by: Pavel Stehule <[email protected]> Reviewed-by: Aleksander Alekseev <[email protected]> Reviewed-by: Nikita Glukhov <[email protected]>
Diffstat (limited to 'contrib/jsonb_plperl/jsonb_plperl.control')
-rw-r--r--contrib/jsonb_plperl/jsonb_plperl.control6
1 files changed, 6 insertions, 0 deletions
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'