Changed change_settings.md

This commit is contained in:
David Leutgeb 2022-07-07 10:44:11 +02:00
parent 18477a7d78
commit e5587043a9
1 changed files with 6 additions and 0 deletions

View File

@ -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.