diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/hstore/hstore.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/hstore/hstore.control b/contrib/hstore/hstore.control new file mode 100644 index 0000000..f0da772 --- /dev/null +++ b/contrib/hstore/hstore.control @@ -0,0 +1,6 @@ +# hstore extension +comment = 'data type for storing sets of (key, value) pairs' +default_version = '1.7' +module_pathname = '$libdir/hstore' +relocatable = true +trusted = true |