# File lib/dbd_pg/Pg.rb, line 606
        def bind_param(index, value, options)
          @bindvars[index-1] = value
        end