set_config('log_statement_stats', 'off', false) : set_config « Postgre SQL « PostgreSQL






set_config('log_statement_stats', 'off', false)


postgres=#
postgres=# SELECT set_config('log_statement_stats', 'off', false);
 set_config
------------
 off
(1 row)

postgres=#
           
       








Related examples in the same category