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