cli icon indicating copy to clipboard operation
cli copied to clipboard

psql Command No Way to Provide Options to psql, Specifically -X

Open sshaw opened this issue 5 years ago • 1 comments

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

sshaw avatar Jan 28 '20 15:01 sshaw

Related for options that have corresponding meta commands: https://github.com/heroku/cli/issues/3237

cirosantilli avatar Feb 26 '25 21:02 cirosantilli