# File lib/dbd_pg/Pg.rb, line 694
        def column_info
          @pg_result.fields.collect do |str| {'name'=>str} end
        end