cli
cli copied to clipboard
psql Command No Way to Provide Options to psql, Specifically -X
What is the current behavior?
Currently heroku psql loads .psqlrc. One cannot prevent this via local psql's -X option. Issue is settings in local .psqlrc are not appropriate for Heroku instance.
What is the expected behavior?
To be able to skip loading of .psqlrc
Related for options that have corresponding meta commands: https://github.com/heroku/cli/issues/3237