docs rum: Remove warning about lower PostgreSQL now unsupported versions
This commit is contained in:
parent
1efe48672d
commit
928fb6d2e6
1 changed files with 0 additions and 3 deletions
|
|
@ -904,9 +904,6 @@ config :logger, :console,
|
||||||
|
|
||||||
### RUM indexing for full text search
|
### RUM indexing for full text search
|
||||||
|
|
||||||
!!! warning
|
|
||||||
It is recommended to use PostgreSQL v11 or newer. We have seen some minor issues with lower PostgreSQL versions.
|
|
||||||
|
|
||||||
* `rum_enabled`: If RUM indexes should be used. Defaults to `false`.
|
* `rum_enabled`: If RUM indexes should be used. Defaults to `false`.
|
||||||
|
|
||||||
RUM indexes are an alternative indexing scheme that is not included in PostgreSQL by default. While they may eventually be mainlined, for now they have to be installed as a PostgreSQL extension from https://github.com/postgrespro/rum.
|
RUM indexes are an alternative indexing scheme that is not included in PostgreSQL by default. While they may eventually be mainlined, for now they have to be installed as a PostgreSQL extension from https://github.com/postgrespro/rum.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue