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.
This commit is contained in:
Tom Lane 2011-02-15 14:21:45 -05:00
parent 887dd041a6
commit f5fc1de501
1 changed files with 1 additions and 1 deletions

View File

@ -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