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 bcf6c4c commit c6cb63fCopy full SHA for c6cb63f
README.md
@@ -46,4 +46,6 @@ Installation
46
-------------
47
48
make install PG_CONFIG=<path_to_pg_config>
49
+ # if you need rum support, install it first:
50
+ # psql <database> -c "create extension rum"
51
psql <database> -c "create extension tsvector2"
0 commit comments