From 9405a62de8ca1a10b88cf2c768262fea7699783c Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 8 Mar 2024 10:31:54 -0500 Subject: [PATCH] docs: update links to cache/config notify reload --- docs/references/configuration.rst | 10 +++++----- docs/references/schema_cache.rst | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/references/configuration.rst b/docs/references/configuration.rst index 58ceceac2d..2067f38be5 100644 --- a/docs/references/configuration.rst +++ b/docs/references/configuration.rst @@ -121,8 +121,8 @@ It's possible to reload PostgREST's configuration without restarting the server. .. _config_reloading_signal: -Reload with signal ------------------- +Configuration Reload with signal +-------------------------------- To reload the configuration via signal, send a SIGUSR2 signal to the server process. @@ -132,8 +132,8 @@ To reload the configuration via signal, send a SIGUSR2 signal to the server proc .. _config_reloading_notify: -Reload with NOTIFY ------------------- +Configuration Reload with NOTIFY +-------------------------------- To reload the configuration from within the database, you can use a NOTIFY command. @@ -230,7 +230,7 @@ db-channel **In-Database** `n/a` =============== ======================= - The name of the notification channel that PostgREST uses for :ref:`schema_reloading` and configuration reloading. + The name of the notification channel that PostgREST uses for :ref:`schema_reloading_notify` and :ref:`config_reloading_notify`. .. _db-channel-enabled: diff --git a/docs/references/schema_cache.rst b/docs/references/schema_cache.rst index b9f4048fd1..27b4e94ca3 100644 --- a/docs/references/schema_cache.rst +++ b/docs/references/schema_cache.rst @@ -63,8 +63,8 @@ There’s no downtime when reloading the schema cache. The reloading will happen .. _schema_reloading_notify: -Reloading with NOTIFY -~~~~~~~~~~~~~~~~~~~~~ +Schema Cache Reloading with NOTIFY +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PostgREST also allows you to reload its schema cache through PostgreSQL `NOTIFY `_.