From: Tom Lane Date: Tue, 15 Feb 2011 19:21:45 +0000 (-0500) Subject: Bring hstore's comment into line with style of other contrib comments. X-Git-Tag: REL9_1_ALPHA4~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5fc1de501d03f6399670dd16989c5925b9191d2;p=thirdparty%2Fpostgresql.git Bring hstore's comment into line with style of other contrib comments. All the other ones that are primarily a new datatype say "data type for ", so make this one similar. --- diff --git a/contrib/hstore/hstore.control b/contrib/hstore/hstore.control index 0a57b3487b4..38a4851ea8e 100644 --- a/contrib/hstore/hstore.control +++ b/contrib/hstore/hstore.control @@ -1,5 +1,5 @@ # hstore extension -comment = 'store sets of (key, value) pairs' +comment = 'data type for storing sets of (key, value) pairs' default_version = '1.0' module_pathname = '$libdir/hstore' relocatable = true