citusdata / citusdata/pg_intpair

Might worth to mention installation steps in README

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.