blob: 96c9764331b79fcf5d53c2026b907f6a85c32700 (
plain)
1
2
3
4
5
6
|
# ltree_plpython3u extension
comment = 'transform between ltree and plpython3u'
default_version = '1.0'
module_pathname = '$libdir/ltree_plpython3'
relocatable = true
requires = 'ltree,plpython3u'
|