Module: PgCanary::Rules::IndexPredicates
- Included in:
- ArraySearchWithoutGin, JsonbSearchWithoutGin, LeadingWildcardLike, RegexWithoutTrgm, UnindexedJoin, UnindexedOrderByWithLimit
- Defined in:
- lib/pg_canary/rules/index_predicates.rb
Overview
Predicates over index metadata, for rules that stay silent when a suitable index exists. Include only in rules that need them.
Constant Summary collapse
- TRGM_ACCESS_METHODS =
%w[gin gist].freeze