citusdata / citusdata/pg_intpair
Might worth to mention installation steps in README
Open
- Dominant language
- C
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Simply below works, maybe I can open a pr:
```bash
make clean
make
make install
```
You also need to add `intpair` to `shared_preload_libraries` in `postgresql.conf` file
Then, you need to execute this in your cluster, note that extension name is `intpair`
```sql
CREATE EXTENSION intpair;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.