mirror of
https://github.com/postgres/postgres.git
synced 2026-02-03 20:40:14 -05:00
7 lines
191 B
Text
7 lines
191 B
Text
|
|
# jsonb_plpython2u extension
|
||
|
|
comment = 'transform between jsonb and plpython2u'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/jsonb_plpython2'
|
||
|
|
relocatable = true
|
||
|
|
requires = 'plpython2u'
|