{% extends ../../../templates/base.html %} {% block title %}[{{instance.hostname}}:{{instance.pg_port}}] - Configuration / Main Config {% end %} {% block content %}
The following changes have been applied:
| Name | Prev. value | New value |
|---|---|---|
| {{ setting['name'] }} | {% if setting['previous_setting'] %}{{setting['previous_setting']}}{% end %} | {{ setting['setting'] }} |
{{error_code}}: {{error_message}}
Some changes are pending and PostgreSQL should be restarted:
| Name | Current value | Pending value | |
|---|---|---|---|
| {{change['name']}} | {% if change['setting'] %}{{change['setting_raw']}}{% end %} | {% if change['pending_val'] %}{{change['pending_val']}}{% end %} |
Some changes are pending and PostgreSQL configuration should be reloaded:
| Name | Current value | Pending value |
|---|---|---|
| {{change['name']}} | {% if change['setting'] %}{{change['setting_raw']}}{% end %} | {% if change['pending_val'] %}{{change['pending_val']}}{% end %} |
No results found...