What is the reason for setting shared_preload_libraries in the example for the TimescaleDB extension? I don't see it documented and I don't want to use a feature that is documented in https://cloudnative-pg.io/docs/1.29/postgresql_conf#shared-preload-libraries as
Although you can override the content of shared_preload_libraries, we recommend that only expert Postgres users take advantage of this option.
if I don't have to.
What is the reason for setting
shared_preload_librariesin the example for the TimescaleDB extension? I don't see it documented and I don't want to use a feature that is documented in https://cloudnative-pg.io/docs/1.29/postgresql_conf#shared-preload-libraries asif I don't have to.