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