# File lib/backup/database/postgresql.rb, line 121
      def tables_to_dump
        only_tables.map do |table|
          "--table='#{table}'"
        end.join(' ')
      end