Fix #216, remove HUP reference

This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent 7ccc8c4610
commit 91e44f12ec
3 changed files with 0 additions and 8 deletions
-4
View File
@@ -222,10 +222,6 @@ Then run the `pg_listen <https://github.com/begriffs/pg_listen>`_ utility to mon
Now, whenever the structure of the database schema changes, PostgreSQL will notify the ``ddl_command_end`` channel, which will cause ``pg_listen`` to send PostgREST the signal to reload its cache.
.. important::
As of PostgREST v5.1 reloading with SIGHUP is deprecated, it's still supported but will be removed in v6.0. SIGUSR1 should be used instead.
Daemonizing
===========