Method: PgHero::Methods::QueryStats#disable_query_stats
- Defined in:
- lib/pghero/methods/query_stats.rb
#disable_query_stats ⇒ Object
54 55 56 57 |
# File 'lib/pghero/methods/query_stats.rb', line 54 def disable_query_stats execute("DROP EXTENSION IF EXISTS pg_stat_statements") true end |