# File lib/heroku/commands/pg.rb, line 24 def heroku_postgresql_var_names pg_config_var_names.select { |n| n.match("HEROKU_POSTGRESQL") } end