Settings
System Administration
there are 2 functions (getter/setter) that allow us to query and alter run-time configuration parameters:
current_setting
- returns the currentvalue
of the setting associated with the providedkey
set_config
- pass the setting name and the new value.
- these functions are executed with a SELECT statement. The result is displayed as a table.