pg_hamming/README.md
Simon Fortier 1dc4edad8a
typo
2019-07-20 10:25:41 -04:00

194 B

PostgreSQL hamming distance

Hamming distance for fixed-length bytea datatype.

Compiling from source (CMake)

cmake .
make

See hamming.c for more information