postgresql/contrib/cube/cube.control
Teodor Sigaev 33bd250f6c Cube extension kNN support
Introduce distance operators over cubes:
<#> taxicab distance
<->  euclidean distance
<=> chebyshev distance

Also add kNN support of those distances in GiST opclass.

Author: Stas Kelvich
2015-12-18 14:38:27 +03:00

6 lines
142 B
Plaintext

# cube extension
comment = 'data type for multidimensional cubes'
default_version = '1.1'
module_pathname = '$libdir/cube'
relocatable = true