blob: 4b9fd13d04fcd03e6412e88453893d93c237ee8e (
plain)
1
2
3
4
5
6
7
|
# hstore_plperl extension
comment = 'transform between hstore and plperl'
default_version = '1.0'
module_pathname = '$libdir/hstore_plperl'
relocatable = true
trusted = true
requires = 'hstore,plperl'
|