OSDN Git Service

Bring hstore's comment into line with style of other contrib comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Feb 2011 19:21:45 +0000 (14:21 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Feb 2011 19:21:45 +0000 (14:21 -0500)
All the other ones that are primarily a new datatype say "data type for
<purpose>", so make this one similar.

contrib/hstore/hstore.control

index 0a57b34..38a4851 100644 (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