You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sops to start psql (PostgreSQL client) sessions.
The thing is now that psql handles CTRL-C, since it is an interactive shell by itself (e.g. just aborts editing of a commend and returning to a clean DB prompt).
When inside an sops exec-env ... 'psql -w, that behavior is broken since sops seems to handle the interrupt request and simply drops me out of the psql session.