Clarify important note about SIGHUP

This commit is contained in:
steve-chavez
2018-11-08 10:42:51 -05:00
parent 215bc80ff1
commit 9475f53fd7
+1 -1
View File
@@ -219,7 +219,7 @@ Now, whenever the structure of the database schema changes, PostgreSQL will noti
.. important::
As of PostgREST v5.1 reloading with SIGHUP is deprecated, it's still supported but will be removed in v6.0
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
===========