diff options
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython3u.control')
-rw-r--r-- | contrib/jsonb_plpython/jsonb_plpython3u.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/jsonb_plpython/jsonb_plpython3u.control b/contrib/jsonb_plpython/jsonb_plpython3u.control new file mode 100644 index 0000000..f701e80 --- /dev/null +++ b/contrib/jsonb_plpython/jsonb_plpython3u.control @@ -0,0 +1,6 @@ +# jsonb_plpython3u extension +comment = 'transform between jsonb and plpython3u' +default_version = '1.0' +module_pathname = '$libdir/jsonb_plpython3' +relocatable = true +requires = 'plpython3u' |