docs rum: Remove warning about lower PostgreSQL now unsupported versions

This commit is contained in:
Phantasm 2025-09-13 17:58:15 +02:00
commit 928fb6d2e6
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -904,9 +904,6 @@ config :logger, :console,
### 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 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.