diff options
| author | Tom Lane | 2011-02-15 19:21:45 +0000 |
|---|---|---|
| committer | Tom Lane | 2011-02-15 19:21:45 +0000 |
| commit | f5fc1de501d03f6399670dd16989c5925b9191d2 (patch) | |
| tree | ee2fe0cd9be63ba89c2430bf2d5afdcb0574614c | |
| parent | 887dd041a65006deeaf514f78e4a5012dc6f7f7c (diff) | |
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
<purpose>", so make this one similar.
| -rw-r--r-- | contrib/hstore/hstore.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hstore/hstore.control b/contrib/hstore/hstore.control index 0a57b3487b..38a4851ea8 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 |
