Changed change_settings.md
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user