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_plpython3u extension
|
||
|
|
comment = 'transform between hstore and plpython3u'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/hstore_plpython3'
|
||
|
|
relocatable = true
|
||
|
|
requires = 'hstore,plpython3u'
|