# File lib/active_record/connection_adapters/postgresql_adapter.rb, line 545 def substitute_at(column, index) Arel.sql("$#{index + 1}") end