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