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