Method: PgHero::Methods::QueryStats#enable_query_stats
- Defined in:
- lib/pghero/methods/query_stats.rb
#enable_query_stats ⇒ Object
49 50 51 52 |
# File 'lib/pghero/methods/query_stats.rb', line 49 def enable_query_stats execute("CREATE EXTENSION IF NOT EXISTS pg_stat_statements") true end |