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