From 9475f53fd73da8e1c1a4816292e0308ad273e6c0 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 8 Nov 2018 10:42:51 -0500 Subject: [PATCH] Clarify important note about SIGHUP --- admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.rst b/admin.rst index 79585a395..f8bfd1a95 100644 --- a/admin.rst +++ b/admin.rst @@ -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 ===========