Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc654b78

Browse files
committed
Issue#31. Add information about installation via PGXN
1 parent7307988 commitc654b78

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,21 @@ Before build and install **rum** you should ensure following:
4141

4242
Typical installation procedure may look like this:
4343

44+
###Using GitHub repository
45+
4446
$ git clone https://github.com/postgrespro/rum
4547
$ cd rum
4648
$ make USE_PGXS=1
47-
$sudomake USE_PGXS=1 install
49+
$ make USE_PGXS=1 install
4850
$ make USE_PGXS=1 installcheck
4951
$ psql DB -c "CREATE EXTENSION rum;"
5052

53+
###Using PGXN
54+
55+
$ USE_PGXS=1 pgxn install rum
56+
57+
>**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).
58+
5159
##Common operators and functions
5260

5361
**rum** module provides next operators.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp