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