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

14 lines
194 B
Markdown

# PostgreSQL hamming distance
Hamming distance for fixed-length `bytea` datatype.
### Compiling from source (CMake)
```bash
cmake .
make
```
See [hamming.c](hamming.c) for more information