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.
pull/1/head
Tom Lane 15 years ago
parent 887dd041a6
commit f5fc1de501
  1. 2
      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

Loading…
Cancel
Save