aboutsummaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython/jsonb_plpythonu.control
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-03-28 08:32:43 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-03-28 08:37:18 -0400
commit3f44e3db72ad4097aae078c075a9b3cb3d6b761b (patch)
tree807ec18db75caef36a5a218fe778f53d03e698e0 /contrib/jsonb_plpython/jsonb_plpythonu.control
parenta437551a228a5099c305d1376188d6926c043724 (diff)
downloadpostgresql-3f44e3db72ad4097aae078c075a9b3cb3d6b761b.tar.gz
postgresql-3f44e3db72ad4097aae078c075a9b3cb3d6b761b.zip
Transforms for jsonb to PL/Python
Add a new contrib module jsonb_plpython that provide a transform between jsonb and PL/Python. jsonb values are converted to appropriate Python types such as dicts and lists, and vice versa. Author: Anthony Bykov <a.bykov@postgrespro.ru> Reviewed-by: Aleksander Alekseev <a.alekseev@postgrespro.ru> Reviewed-by: Nikita Glukhov <n.gluhov@postgrespro.ru>
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpythonu.control')
-rw-r--r--contrib/jsonb_plpython/jsonb_plpythonu.control6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/jsonb_plpython/jsonb_plpythonu.control b/contrib/jsonb_plpython/jsonb_plpythonu.control
new file mode 100644
index 00000000000..6f8fa4f184b
--- /dev/null
+++ b/contrib/jsonb_plpython/jsonb_plpythonu.control
@@ -0,0 +1,6 @@
+# jsonb_plpythonu extension
+comment = 'transform between jsonb and plpythonu'
+default_version = '1.0'
+module_pathname = '$libdir/jsonb_plpython2'
+relocatable = true
+requires = 'plpythonu'