From 8f2b6b16520106bfb33726e058a70454a9597277 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 18 Feb 2024 18:32:14 +0100 Subject: [PATCH] docs: Add hint about schema reloading with db-config=true Resolves https://github.com/PostgREST/postgrest-docs/issues/490 --- docs/references/schema_cache.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/references/schema_cache.rst b/docs/references/schema_cache.rst index 8be8e977d..33646f94a 100644 --- a/docs/references/schema_cache.rst +++ b/docs/references/schema_cache.rst @@ -35,6 +35,9 @@ One operational problem that comes with a cache is that it can go stale. This ca You can solve this by reloading the cache manually or automatically. +.. note:: + If you are using :ref:`in_db_config`, a schema reload will always :ref:`reload the configuration` as well. + .. _schema_reloading: Schema Cache Reloading