# File lib/backup/database/postgresql.rb, line 136
      def tables_to_skip
        skip_tables.map do |table|
          "--exclude-table='#{table}'"
        end.join(' ')
      end