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