mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 06:10:57 -05:00
All the other ones that are primarily a new datatype say "data type for <purpose>", so make this one similar.
5 lines
158 B
Text
5 lines
158 B
Text
# hstore extension
|
|
comment = 'data type for storing sets of (key, value) pairs'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/hstore'
|
|
relocatable = true
|