We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9e20a commit 64f3f60Copy full SHA for 64f3f60
README.md
@@ -18,12 +18,12 @@ Before build and install **rum** you should ensure following:
18
19
Typical installation procedure may look like this:
20
21
-$ git clone https://github.com/postgrespro/rum
22
-$ cd rum
23
-$ make USE_PGXS=1
24
-$ sudo make USE_PGXS=1 install
25
-$ make USE_PGXS=1 installcheck
26
-$ psql DB -c "CREATE EXTENSION rum;"
+ $ git clone https://github.com/postgrespro/rum
+ $ cd rum
+ $ make USE_PGXS=1
+ $ sudo make USE_PGXS=1 install
+ $ make USE_PGXS=1 installcheck
+ $ psql DB -c "CREATE EXTENSION rum;"
27
28
## New access method and operator class
29
0 commit comments