Method: PgHero::Methods::QueryStats#supports_query_hash?
- Defined in:
- lib/pghero/methods/query_stats.rb
#supports_query_hash? ⇒ Boolean
119 120 121 |
# File 'lib/pghero/methods/query_stats.rb', line 119 def supports_query_hash? server_version_num >= 90400 end |