tool · inferred from evidence
psql
The PostgreSQL interactive terminal command-line client.
- fly ssh console -C doesn't handle environment variables (PGPASSWORD)
The -C flag was passing the command in a way that dropped the environment variable assignment. The fix was on Fly's side: an updated tool that handles exec with env properly. For existing apps you need to pick it up by running fly deploy or
- cb psql terminal goes fuzzy and breaks the REPL on PROMPT1
The fuzzy REPL was a rendering bug in cb psql 3.4.1, fixed in 3.5.1, so upgrading is the fix. If you need to stay on the old version, the workaround is to simplify your psql PROMPT1 so it renders on a single predictable line, the reporter u