Description
I have a tool called pgpass-env that, given a suitably commented PostgreSQL ~/.pgpass
file will allow you to easily set the environmental variables for software that doesn't support reading from that format.
Thinking about this problem, it seems to be a general problem:
- Given a file, which somehow has …