diff options
Diffstat (limited to 'contrib/hstore_plpython/hstore_plpythonu.control')
-rw-r--r-- | contrib/hstore_plpython/hstore_plpythonu.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/hstore_plpython/hstore_plpythonu.control b/contrib/hstore_plpython/hstore_plpythonu.control new file mode 100644 index 0000000..8e9b35e --- /dev/null +++ b/contrib/hstore_plpython/hstore_plpythonu.control @@ -0,0 +1,6 @@ +# hstore_plpythonu extension +comment = 'transform between hstore and plpythonu' +default_version = '1.0' +module_pathname = '$libdir/hstore_plpython2' +relocatable = true +requires = 'hstore,plpythonu' |