# File lib/patches/db/pg.rb, line 6
  def values(*args, &blk)
    return values_without_profiling(*args, &blk) unless @miniprofiler_sql_id
    mp_report_sql do
      values_without_profiling(*args ,&blk)
    end
  end