summaryrefslogtreecommitdiffstats
path: root/src/test/modules/spgist_name_ops/README
blob: 119208b568ada562a0d29cecc0d7aaea101ddb2b (plain)
1
2
3
4
5
6
7
8
spgist_name_ops implements an SP-GiST operator class that indexes
columns of type "name", but with storage identical to that used
by SP-GiST text_ops.

This is not terribly useful in itself, perhaps, but it allows
testing cases where the indexed data type is different from the leaf
data type and yet we can reconstruct the original indexed value.
That situation is not tested by any built-in SP-GiST opclass.