Skip to content

Commit

Permalink
Issue yugabyte#31. Add information about installation via PGXN
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Nov 27, 2017
1 parent 7307988 commit c654b78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,21 @@ Before build and install **rum** you should ensure following:

Typical installation procedure may look like this:

### Using GitHub repository

$ git clone https://github.com/postgrespro/rum
$ cd rum
$ make USE_PGXS=1
$ sudo make USE_PGXS=1 install
$ make USE_PGXS=1 install
$ make USE_PGXS=1 installcheck
$ psql DB -c "CREATE EXTENSION rum;"

### Using PGXN

$ USE_PGXS=1 pgxn install rum

> **Important:** Don't forget to set the `PG_CONFIG` variable in case you want to test `RUM` on a custom build of PostgreSQL. Read more [here](https://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules).
## Common operators and functions

**rum** module provides next operators.
Expand Down

0 comments on commit c654b78

Please sign in to comment.