Add in-db config plus reloading

This commit is contained in:
steve-chavez
2021-08-09 14:10:46 -05:00
committed by Steve Chavez
parent 698db87590
commit 254a2f7f36
3 changed files with 60 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ See the section :ref:`schema_reloading` to solve this issue.
Schema Cache Reloading
----------------------
To refresh the cache without restarting the PostgREST server, send a SIGUSR1 signal to the server process.
To reload the cache without restarting the PostgREST server, send a SIGUSR1 signal to the server process.
.. code:: bash