mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
7 lines
178 B
Text
7 lines
178 B
Text
|
|
# jsonb_plperl extension
|
||
|
|
comment = 'transform between jsonb and plperlu'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/jsonb_plperl'
|
||
|
|
relocatable = true
|
||
|
|
requires = 'plperlu'
|