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