postgresql/contrib/jsonb_plperl/jsonb_plperl.control

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
191 B
Plaintext
Raw Normal View History

2023-05-09 21:11:15 +00:00
# jsonb_plperl extension
comment = 'transform between jsonb and plperl'
default_version = '1.0'
module_pathname = '$libdir/jsonb_plperl'
relocatable = true
trusted = true
requires = 'plperl'