From e5587043a9f758a48256ea6328b7cade46852d84 Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Thu, 7 Jul 2022 10:44:11 +0200 Subject: [PATCH] Changed change_settings.md --- change_settings.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/change_settings.md b/change_settings.md index c227654..acf982c 100644 --- a/change_settings.md +++ b/change_settings.md @@ -1,3 +1,9 @@ +# How to reload config changes during the runtime (SIGHUP)? + +``` +select pg_reload_conf(); +``` + # Does changing a config setting require a restart of postgresql or just a reload (SIGHUP)? This can be archived by simply selecting the setting from pg_settings.