PostgreSQL/Postgre SQL/set config
set_config("log_statement_stats", "off", false)
postgres=#
postgres=# SELECT set_config("log_statement_stats", "off", false);
set_config
------------
off
(1 row)
postgres=#
postgres=#
postgres=# SELECT set_config("log_statement_stats", "off", false);
set_config
------------
off
(1 row)
postgres=#