# File lib/backup/database/postgresql.rb, line 85 def pgdump "#{password_options}" + "#{ pg_dump_utility } #{ username_options } #{ connectivity_options } " + "#{ user_options } #{ tables_to_dump } #{ tables_to_skip } #{ name }" end