postgresql/contrib/btree_gist/btree_gist.control
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist.
inet, cidr, and timetz indexes still cannot support index-only scans,
because they don't store the original unmodified value in the index, but a
derived approximate value.
2015-03-27 23:35:16 +02:00

6 lines
163 B
Plaintext

# btree_gist extension
comment = 'support for indexing common datatypes in GiST'
default_version = '1.1'
module_pathname = '$libdir/btree_gist'
relocatable = true