# File lib/backup/database/postgresql.rb, line 94 def password_options password.to_s.empty? ? '' : "PGPASSWORD='#{password}' " end