Skip to content

Commit

Permalink
docs: update links to cache/config notify reload
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Mar 8, 2024
1 parent 05cdbb3 commit 9405a62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/references/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions docs/references/schema_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.postgresql.org/docs/current/sql-notify.html>`_.

Expand Down

0 comments on commit 9405a62

Please sign in to comment.