summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--change_settings.md6
1 files changed, 6 insertions, 0 deletions
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.