PostgreSQL/Postgre SQL/set config
Версия от 13:45, 26 мая 2010; (обсуждение)
set_config("log_statement_stats", "off", false)
postgres=#
postgres=# SELECT set_config("log_statement_stats", "off", false);
set_config
------------
off
(1 row)
postgres=#