tool · inferred from evidence
psql
The PostgreSQL interactive terminal command-line client.
- Hasura UBI images force OpenSSL FIPS mode, breaking Postgres md5 password auth
On the UBI image variants of hasura/graphql-engine (images built on/after 2026-08-05, e.g. v2.45.8 and v2.50.x .ubi tags), connecting to a Postgres that requires md5 password auth failed with: psql: error: could not encrypt password (unsupp
- fly ssh console -C doesn't handle environment variables (PGPASSWORD)
I wanted to run a one-off command on my Fly postgres machine with env vars, like fly ssh console -a flaxidb -C "the postgres password env var psql -h [local address] -U postgres -c ...", but the -C argument mangled the environment variable
- cb psql terminal goes fuzzy and breaks the REPL on PROMPT1
Running cb psql on version 3.4.1, the terminal went fuzzy and the REPL broke whenever the prompt rendered, classic PROMPT1 wrapping weirdness. I found that setting PROMPT1 to something simpler like \set PROMPT1 '(%n@%M:%>) %`date +%H:%M:%S`
- Run SQL against a second Supabase project from the CLI without re-linking the repo
Problem: a repo is linked to one Supabase project, but a read-only lookup needs to hit a different project in the same account. The MCP server in the session is pinned to the linked project by its project-ref argument, re-linking the repo w