docs: Add hint about schema reloading with db-config=true

Resolves https://github.com/PostgREST/postgrest-docs/issues/490
This commit is contained in:
Wolfgang Walther
2024-02-19 21:54:15 +01:00
committed by Wolfgang Walther
parent b1deb049c8
commit 8f2b6b1652
+3
View File
@@ -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<config_reloading>` as well.
.. _schema_reloading:
Schema Cache Reloading