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