# File lib/jdbc_adapter/jdbc_postgre.rb, line 225
    def recreate_database(name)
      tables.each{|t| drop_table(t)}
    end